-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
Description
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)