Skip to content

Performance regression from Julia 1.6.3 and 1.8.0-DEV #18

@goerch

Description

@goerch

My benchmarks show the following numbers: on Julia 1.6.3

100000 elements
  AVLTrees.AVLSet                          23.564 ms (200002 allocations: 9.16 MiB)
1000 elements
  AVLTrees.AVLSet                          179.500 μs (2002 allocations: 93.78 KiB)
10 elements
  AVLTrees.AVLSet                          1.790 μs (22 allocations: 992 bytes)

and on Julia 1.8.0-DEV

100000 elements
  AVLTrees.AVLSet                          244.832 ms (200002 allocations: 9.16 MiB)
1000 elements
  AVLTrees.AVLSet                          2.013 ms (2002 allocations: 93.78 KiB)
10 elements
  AVLTrees.AVLSet                          9.033 μs (22 allocations: 992 bytes)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions