data-structure-typed 2.4.1 → 2.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1 -1
- package/dist/cjs/index.cjs +36 -9
- package/dist/cjs-legacy/index.cjs +36 -9
- package/dist/esm/index.mjs +36 -9
- package/dist/esm-legacy/index.mjs +36 -9
- package/dist/types/data-structures/binary-tree/tree-map.d.ts +10 -0
- package/dist/types/data-structures/binary-tree/tree-set.d.ts +10 -0
- package/dist/umd/data-structure-typed.js +36 -8
- package/dist/umd/data-structure-typed.min.js +2 -2
- package/package.json +7 -5
- package/src/data-structures/binary-tree/tree-map.ts +16 -0
- package/src/data-structures/binary-tree/tree-set.ts +16 -0
- package/src/data-structures/trie/trie.ts +6 -8
- package/CMakeLists.txt +0 -52
- package/benchmark/report.html +0 -221
- package/benchmark/report.json +0 -1972
- package/build/CMakeCache.txt +0 -603
- package/build/CMakeFiles/4.0.3/CMakeCXXCompiler.cmake +0 -104
- package/build/CMakeFiles/4.0.3/CMakeDetermineCompilerABI_CXX.bin +0 -0
- package/build/CMakeFiles/4.0.3/CMakeSystem.cmake +0 -15
- package/build/CMakeFiles/4.0.3/CompilerIdCXX/CMakeCXXCompilerId.cpp +0 -920
- package/build/CMakeFiles/4.0.3/CompilerIdCXX/a.out +0 -0
- package/build/CMakeFiles/4.0.3/CompilerIdCXX/apple-sdk.cpp +0 -1
- package/build/CMakeFiles/CMakeConfigureLog.yaml +0 -2146
- package/build/CMakeFiles/CMakeDirectoryInformation.cmake +0 -16
- package/build/CMakeFiles/InstallScripts.json +0 -9
- package/build/CMakeFiles/Makefile.cmake +0 -100
- package/build/CMakeFiles/Makefile2 +0 -720
- package/build/CMakeFiles/TargetDirectories.txt +0 -23
- package/build/CMakeFiles/avl-rb-range-search-benchmark.dir/DependInfo.cmake +0 -23
- package/build/CMakeFiles/avl-rb-range-search-benchmark.dir/build.make +0 -114
- package/build/CMakeFiles/avl-rb-range-search-benchmark.dir/cmake_clean.cmake +0 -11
- package/build/CMakeFiles/avl-rb-range-search-benchmark.dir/compiler_depend.internal +0 -839
- package/build/CMakeFiles/avl-rb-range-search-benchmark.dir/compiler_depend.make +0 -2506
- package/build/CMakeFiles/avl-rb-range-search-benchmark.dir/compiler_depend.ts +0 -2
- package/build/CMakeFiles/avl-rb-range-search-benchmark.dir/depend.make +0 -2
- package/build/CMakeFiles/avl-rb-range-search-benchmark.dir/flags.make +0 -10
- package/build/CMakeFiles/avl-rb-range-search-benchmark.dir/link.txt +0 -1
- package/build/CMakeFiles/avl-rb-range-search-benchmark.dir/progress.make +0 -3
- package/build/CMakeFiles/avl-rb-range-search-benchmark.dir/test/performance/data-structures/binary-tree/avl-rb-range-search.test.cpp.o +0 -0
- package/build/CMakeFiles/avl-rb-range-search-benchmark.dir/test/performance/data-structures/binary-tree/avl-rb-range-search.test.cpp.o.d +0 -835
- package/build/CMakeFiles/avl-tree-benchmark.dir/DependInfo.cmake +0 -23
- package/build/CMakeFiles/avl-tree-benchmark.dir/build.make +0 -114
- package/build/CMakeFiles/avl-tree-benchmark.dir/cmake_clean.cmake +0 -11
- package/build/CMakeFiles/avl-tree-benchmark.dir/compiler_depend.internal +0 -839
- package/build/CMakeFiles/avl-tree-benchmark.dir/compiler_depend.make +0 -2506
- package/build/CMakeFiles/avl-tree-benchmark.dir/compiler_depend.ts +0 -2
- package/build/CMakeFiles/avl-tree-benchmark.dir/depend.make +0 -2
- package/build/CMakeFiles/avl-tree-benchmark.dir/flags.make +0 -10
- package/build/CMakeFiles/avl-tree-benchmark.dir/link.txt +0 -1
- package/build/CMakeFiles/avl-tree-benchmark.dir/progress.make +0 -3
- package/build/CMakeFiles/avl-tree-benchmark.dir/test/performance/data-structures/binary-tree/avl-tree.test.cpp.o +0 -0
- package/build/CMakeFiles/avl-tree-benchmark.dir/test/performance/data-structures/binary-tree/avl-tree.test.cpp.o.d +0 -835
- package/build/CMakeFiles/cmake.check_cache +0 -1
- package/build/CMakeFiles/deque-benchmark.dir/DependInfo.cmake +0 -23
- package/build/CMakeFiles/deque-benchmark.dir/build.make +0 -114
- package/build/CMakeFiles/deque-benchmark.dir/cmake_clean.cmake +0 -11
- package/build/CMakeFiles/deque-benchmark.dir/compiler_depend.internal +0 -791
- package/build/CMakeFiles/deque-benchmark.dir/compiler_depend.make +0 -2362
- package/build/CMakeFiles/deque-benchmark.dir/compiler_depend.ts +0 -2
- package/build/CMakeFiles/deque-benchmark.dir/depend.make +0 -2
- package/build/CMakeFiles/deque-benchmark.dir/flags.make +0 -10
- package/build/CMakeFiles/deque-benchmark.dir/link.txt +0 -1
- package/build/CMakeFiles/deque-benchmark.dir/progress.make +0 -3
- package/build/CMakeFiles/deque-benchmark.dir/test/performance/data-structures/queue/deque.test.cpp.o +0 -0
- package/build/CMakeFiles/deque-benchmark.dir/test/performance/data-structures/queue/deque.test.cpp.o.d +0 -787
- package/build/CMakeFiles/doubly-linked-list-benchmark.dir/DependInfo.cmake +0 -23
- package/build/CMakeFiles/doubly-linked-list-benchmark.dir/build.make +0 -114
- package/build/CMakeFiles/doubly-linked-list-benchmark.dir/cmake_clean.cmake +0 -11
- package/build/CMakeFiles/doubly-linked-list-benchmark.dir/compiler_depend.internal +0 -790
- package/build/CMakeFiles/doubly-linked-list-benchmark.dir/compiler_depend.make +0 -2359
- package/build/CMakeFiles/doubly-linked-list-benchmark.dir/compiler_depend.ts +0 -2
- package/build/CMakeFiles/doubly-linked-list-benchmark.dir/depend.make +0 -2
- package/build/CMakeFiles/doubly-linked-list-benchmark.dir/flags.make +0 -10
- package/build/CMakeFiles/doubly-linked-list-benchmark.dir/link.txt +0 -1
- package/build/CMakeFiles/doubly-linked-list-benchmark.dir/progress.make +0 -3
- package/build/CMakeFiles/doubly-linked-list-benchmark.dir/test/performance/data-structures/linked-list/doubly-linked-list.test.cpp.o +0 -0
- package/build/CMakeFiles/doubly-linked-list-benchmark.dir/test/performance/data-structures/linked-list/doubly-linked-list.test.cpp.o.d +0 -786
- package/build/CMakeFiles/hash-map-benchmark.dir/DependInfo.cmake +0 -23
- package/build/CMakeFiles/hash-map-benchmark.dir/build.make +0 -114
- package/build/CMakeFiles/hash-map-benchmark.dir/cmake_clean.cmake +0 -11
- package/build/CMakeFiles/hash-map-benchmark.dir/compiler_depend.internal +0 -790
- package/build/CMakeFiles/hash-map-benchmark.dir/compiler_depend.make +0 -2359
- package/build/CMakeFiles/hash-map-benchmark.dir/compiler_depend.ts +0 -2
- package/build/CMakeFiles/hash-map-benchmark.dir/depend.make +0 -2
- package/build/CMakeFiles/hash-map-benchmark.dir/flags.make +0 -10
- package/build/CMakeFiles/hash-map-benchmark.dir/link.txt +0 -1
- package/build/CMakeFiles/hash-map-benchmark.dir/progress.make +0 -3
- package/build/CMakeFiles/hash-map-benchmark.dir/test/performance/data-structures/hash/hash-map.test.cpp.o +0 -0
- package/build/CMakeFiles/hash-map-benchmark.dir/test/performance/data-structures/hash/hash-map.test.cpp.o.d +0 -786
- package/build/CMakeFiles/heap-benchmark.dir/DependInfo.cmake +0 -23
- package/build/CMakeFiles/heap-benchmark.dir/build.make +0 -114
- package/build/CMakeFiles/heap-benchmark.dir/cmake_clean.cmake +0 -11
- package/build/CMakeFiles/heap-benchmark.dir/compiler_depend.internal +0 -843
- package/build/CMakeFiles/heap-benchmark.dir/compiler_depend.make +0 -2518
- package/build/CMakeFiles/heap-benchmark.dir/compiler_depend.ts +0 -2
- package/build/CMakeFiles/heap-benchmark.dir/depend.make +0 -2
- package/build/CMakeFiles/heap-benchmark.dir/flags.make +0 -10
- package/build/CMakeFiles/heap-benchmark.dir/link.txt +0 -1
- package/build/CMakeFiles/heap-benchmark.dir/progress.make +0 -3
- package/build/CMakeFiles/heap-benchmark.dir/test/performance/data-structures/heap/heap.test.cpp.o +0 -0
- package/build/CMakeFiles/heap-benchmark.dir/test/performance/data-structures/heap/heap.test.cpp.o.d +0 -839
- package/build/CMakeFiles/priority-queue-benchmark.dir/DependInfo.cmake +0 -23
- package/build/CMakeFiles/priority-queue-benchmark.dir/build.make +0 -114
- package/build/CMakeFiles/priority-queue-benchmark.dir/cmake_clean.cmake +0 -11
- package/build/CMakeFiles/priority-queue-benchmark.dir/compiler_depend.internal +0 -793
- package/build/CMakeFiles/priority-queue-benchmark.dir/compiler_depend.make +0 -2368
- package/build/CMakeFiles/priority-queue-benchmark.dir/compiler_depend.ts +0 -2
- package/build/CMakeFiles/priority-queue-benchmark.dir/depend.make +0 -2
- package/build/CMakeFiles/priority-queue-benchmark.dir/flags.make +0 -10
- package/build/CMakeFiles/priority-queue-benchmark.dir/link.txt +0 -1
- package/build/CMakeFiles/priority-queue-benchmark.dir/progress.make +0 -3
- package/build/CMakeFiles/priority-queue-benchmark.dir/test/performance/data-structures/priority-queue/priority-queue.test.cpp.o +0 -0
- package/build/CMakeFiles/priority-queue-benchmark.dir/test/performance/data-structures/priority-queue/priority-queue.test.cpp.o.d +0 -789
- package/build/CMakeFiles/progress.marks +0 -1
- package/build/CMakeFiles/queue-benchmark.dir/DependInfo.cmake +0 -23
- package/build/CMakeFiles/queue-benchmark.dir/build.make +0 -114
- package/build/CMakeFiles/queue-benchmark.dir/cmake_clean.cmake +0 -11
- package/build/CMakeFiles/queue-benchmark.dir/compiler_depend.internal +0 -793
- package/build/CMakeFiles/queue-benchmark.dir/compiler_depend.make +0 -2368
- package/build/CMakeFiles/queue-benchmark.dir/compiler_depend.ts +0 -2
- package/build/CMakeFiles/queue-benchmark.dir/depend.make +0 -2
- package/build/CMakeFiles/queue-benchmark.dir/flags.make +0 -10
- package/build/CMakeFiles/queue-benchmark.dir/link.txt +0 -1
- package/build/CMakeFiles/queue-benchmark.dir/progress.make +0 -3
- package/build/CMakeFiles/queue-benchmark.dir/test/performance/data-structures/queue/queue.test.cpp.o +0 -0
- package/build/CMakeFiles/queue-benchmark.dir/test/performance/data-structures/queue/queue.test.cpp.o.d +0 -789
- package/build/CMakeFiles/red-black-tree-benchmark.dir/DependInfo.cmake +0 -23
- package/build/CMakeFiles/red-black-tree-benchmark.dir/build.make +0 -114
- package/build/CMakeFiles/red-black-tree-benchmark.dir/cmake_clean.cmake +0 -11
- package/build/CMakeFiles/red-black-tree-benchmark.dir/compiler_depend.internal +0 -839
- package/build/CMakeFiles/red-black-tree-benchmark.dir/compiler_depend.make +0 -2506
- package/build/CMakeFiles/red-black-tree-benchmark.dir/compiler_depend.ts +0 -2
- package/build/CMakeFiles/red-black-tree-benchmark.dir/depend.make +0 -2
- package/build/CMakeFiles/red-black-tree-benchmark.dir/flags.make +0 -10
- package/build/CMakeFiles/red-black-tree-benchmark.dir/link.txt +0 -1
- package/build/CMakeFiles/red-black-tree-benchmark.dir/progress.make +0 -3
- package/build/CMakeFiles/red-black-tree-benchmark.dir/test/performance/data-structures/binary-tree/red-black-tree.test.cpp.o +0 -0
- package/build/CMakeFiles/red-black-tree-benchmark.dir/test/performance/data-structures/binary-tree/red-black-tree.test.cpp.o.d +0 -835
- package/build/CMakeFiles/singly-linked-list-benchmark.dir/DependInfo.cmake +0 -23
- package/build/CMakeFiles/singly-linked-list-benchmark.dir/build.make +0 -114
- package/build/CMakeFiles/singly-linked-list-benchmark.dir/cmake_clean.cmake +0 -11
- package/build/CMakeFiles/singly-linked-list-benchmark.dir/compiler_depend.internal +0 -790
- package/build/CMakeFiles/singly-linked-list-benchmark.dir/compiler_depend.make +0 -2359
- package/build/CMakeFiles/singly-linked-list-benchmark.dir/compiler_depend.ts +0 -2
- package/build/CMakeFiles/singly-linked-list-benchmark.dir/depend.make +0 -2
- package/build/CMakeFiles/singly-linked-list-benchmark.dir/flags.make +0 -10
- package/build/CMakeFiles/singly-linked-list-benchmark.dir/link.txt +0 -1
- package/build/CMakeFiles/singly-linked-list-benchmark.dir/progress.make +0 -3
- package/build/CMakeFiles/singly-linked-list-benchmark.dir/test/performance/data-structures/linked-list/singly-linked-list.test.cpp.o +0 -0
- package/build/CMakeFiles/singly-linked-list-benchmark.dir/test/performance/data-structures/linked-list/singly-linked-list.test.cpp.o.d +0 -786
- package/build/CMakeFiles/stack-benchmark.dir/DependInfo.cmake +0 -23
- package/build/CMakeFiles/stack-benchmark.dir/build.make +0 -114
- package/build/CMakeFiles/stack-benchmark.dir/cmake_clean.cmake +0 -11
- package/build/CMakeFiles/stack-benchmark.dir/compiler_depend.internal +0 -793
- package/build/CMakeFiles/stack-benchmark.dir/compiler_depend.make +0 -2368
- package/build/CMakeFiles/stack-benchmark.dir/compiler_depend.ts +0 -2
- package/build/CMakeFiles/stack-benchmark.dir/depend.make +0 -2
- package/build/CMakeFiles/stack-benchmark.dir/flags.make +0 -10
- package/build/CMakeFiles/stack-benchmark.dir/link.txt +0 -1
- package/build/CMakeFiles/stack-benchmark.dir/progress.make +0 -3
- package/build/CMakeFiles/stack-benchmark.dir/test/performance/data-structures/stack/stack.test.cpp.o +0 -0
- package/build/CMakeFiles/stack-benchmark.dir/test/performance/data-structures/stack/stack.test.cpp.o.d +0 -789
- package/build/CMakeFiles/tree-map-benchmark.dir/DependInfo.cmake +0 -23
- package/build/CMakeFiles/tree-map-benchmark.dir/build.make +0 -114
- package/build/CMakeFiles/tree-map-benchmark.dir/cmake_clean.cmake +0 -11
- package/build/CMakeFiles/tree-map-benchmark.dir/compiler_depend.internal +0 -839
- package/build/CMakeFiles/tree-map-benchmark.dir/compiler_depend.make +0 -2506
- package/build/CMakeFiles/tree-map-benchmark.dir/compiler_depend.ts +0 -2
- package/build/CMakeFiles/tree-map-benchmark.dir/depend.make +0 -2
- package/build/CMakeFiles/tree-map-benchmark.dir/flags.make +0 -10
- package/build/CMakeFiles/tree-map-benchmark.dir/link.txt +0 -1
- package/build/CMakeFiles/tree-map-benchmark.dir/progress.make +0 -3
- package/build/CMakeFiles/tree-map-benchmark.dir/test/performance/data-structures/binary-tree/tree-map.test.cpp.o +0 -0
- package/build/CMakeFiles/tree-map-benchmark.dir/test/performance/data-structures/binary-tree/tree-map.test.cpp.o.d +0 -835
- package/build/CMakeFiles/tree-multi-map-benchmark.dir/DependInfo.cmake +0 -23
- package/build/CMakeFiles/tree-multi-map-benchmark.dir/build.make +0 -114
- package/build/CMakeFiles/tree-multi-map-benchmark.dir/cmake_clean.cmake +0 -11
- package/build/CMakeFiles/tree-multi-map-benchmark.dir/compiler_depend.internal +0 -839
- package/build/CMakeFiles/tree-multi-map-benchmark.dir/compiler_depend.make +0 -2506
- package/build/CMakeFiles/tree-multi-map-benchmark.dir/compiler_depend.ts +0 -2
- package/build/CMakeFiles/tree-multi-map-benchmark.dir/depend.make +0 -2
- package/build/CMakeFiles/tree-multi-map-benchmark.dir/flags.make +0 -10
- package/build/CMakeFiles/tree-multi-map-benchmark.dir/link.txt +0 -1
- package/build/CMakeFiles/tree-multi-map-benchmark.dir/progress.make +0 -3
- package/build/CMakeFiles/tree-multi-map-benchmark.dir/test/performance/data-structures/binary-tree/tree-multi-map.test.cpp.o +0 -0
- package/build/CMakeFiles/tree-multi-map-benchmark.dir/test/performance/data-structures/binary-tree/tree-multi-map.test.cpp.o.d +0 -835
- package/build/CMakeFiles/tree-multi-set-benchmark.dir/DependInfo.cmake +0 -23
- package/build/CMakeFiles/tree-multi-set-benchmark.dir/build.make +0 -114
- package/build/CMakeFiles/tree-multi-set-benchmark.dir/cmake_clean.cmake +0 -11
- package/build/CMakeFiles/tree-multi-set-benchmark.dir/compiler_depend.internal +0 -839
- package/build/CMakeFiles/tree-multi-set-benchmark.dir/compiler_depend.make +0 -2506
- package/build/CMakeFiles/tree-multi-set-benchmark.dir/compiler_depend.ts +0 -2
- package/build/CMakeFiles/tree-multi-set-benchmark.dir/depend.make +0 -2
- package/build/CMakeFiles/tree-multi-set-benchmark.dir/flags.make +0 -10
- package/build/CMakeFiles/tree-multi-set-benchmark.dir/link.txt +0 -1
- package/build/CMakeFiles/tree-multi-set-benchmark.dir/progress.make +0 -3
- package/build/CMakeFiles/tree-multi-set-benchmark.dir/test/performance/data-structures/binary-tree/tree-multi-set.test.cpp.o +0 -0
- package/build/CMakeFiles/tree-multi-set-benchmark.dir/test/performance/data-structures/binary-tree/tree-multi-set.test.cpp.o.d +0 -835
- package/build/CMakeFiles/tree-set-benchmark.dir/DependInfo.cmake +0 -23
- package/build/CMakeFiles/tree-set-benchmark.dir/build.make +0 -114
- package/build/CMakeFiles/tree-set-benchmark.dir/cmake_clean.cmake +0 -11
- package/build/CMakeFiles/tree-set-benchmark.dir/compiler_depend.internal +0 -839
- package/build/CMakeFiles/tree-set-benchmark.dir/compiler_depend.make +0 -2506
- package/build/CMakeFiles/tree-set-benchmark.dir/compiler_depend.ts +0 -2
- package/build/CMakeFiles/tree-set-benchmark.dir/depend.make +0 -2
- package/build/CMakeFiles/tree-set-benchmark.dir/flags.make +0 -10
- package/build/CMakeFiles/tree-set-benchmark.dir/link.txt +0 -1
- package/build/CMakeFiles/tree-set-benchmark.dir/progress.make +0 -3
- package/build/CMakeFiles/tree-set-benchmark.dir/test/performance/data-structures/binary-tree/tree-set.test.cpp.o +0 -0
- package/build/CMakeFiles/tree-set-benchmark.dir/test/performance/data-structures/binary-tree/tree-set.test.cpp.o.d +0 -835
- package/build/Makefile +0 -783
- package/build/_deps/benchmark-build/CMakeFiles/CMakeDirectoryInformation.cmake +0 -16
- package/build/_deps/benchmark-build/CMakeFiles/progress.marks +0 -1
- package/build/_deps/benchmark-build/Makefile +0 -140
- package/build/_deps/benchmark-build/benchmark.pc +0 -12
- package/build/_deps/benchmark-build/benchmarkConfig.cmake +0 -14
- package/build/_deps/benchmark-build/benchmarkConfigVersion.cmake +0 -65
- package/build/_deps/benchmark-build/benchmarkTargets.cmake +0 -84
- package/build/_deps/benchmark-build/cmake_install.cmake +0 -50
- package/build/_deps/benchmark-build/src/CMakeFiles/CMakeDirectoryInformation.cmake +0 -16
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/DependInfo.cmake +0 -41
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o +0 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/benchmark.cc.o.d +0 -875
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o +0 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o.d +0 -802
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o +0 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o.d +0 -772
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o +0 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o.d +0 -841
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o +0 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o.d +0 -833
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/build.make +0 -402
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o +0 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/check.cc.o.d +0 -784
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/cmake_clean.cmake +0 -47
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/cmake_clean_target.cmake +0 -3
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o +0 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/colorprint.cc.o.d +0 -791
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o +0 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o.d +0 -795
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/compiler_depend.internal +0 -15519
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/compiler_depend.make +0 -17500
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/compiler_depend.ts +0 -2
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o +0 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/complexity.cc.o.d +0 -793
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o +0 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/console_reporter.cc.o.d +0 -802
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o +0 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/counter.cc.o.d +0 -773
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o +0 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o.d +0 -799
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/depend.make +0 -2
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/flags.make +0 -10
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o +0 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/json_reporter.cc.o.d +0 -800
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/link.txt +0 -2
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o +0 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/perf_counters.cc.o.d +0 -807
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/progress.make +0 -21
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o +0 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/reporter.cc.o.d +0 -798
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o +0 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/statistics.cc.o.d +0 -800
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o +0 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/string_util.cc.o.d +0 -795
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o +0 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/sysinfo.cc.o.d +0 -933
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o +0 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark.dir/timers.cc.o.d +0 -904
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark_main.dir/DependInfo.cmake +0 -23
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o +0 -0
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o.d +0 -772
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark_main.dir/build.make +0 -114
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark_main.dir/cmake_clean.cmake +0 -11
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark_main.dir/cmake_clean_target.cmake +0 -3
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark_main.dir/compiler_depend.internal +0 -776
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark_main.dir/compiler_depend.make +0 -2317
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark_main.dir/compiler_depend.ts +0 -2
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark_main.dir/depend.make +0 -2
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark_main.dir/flags.make +0 -10
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark_main.dir/link.txt +0 -2
- package/build/_deps/benchmark-build/src/CMakeFiles/benchmark_main.dir/progress.make +0 -3
- package/build/_deps/benchmark-build/src/CMakeFiles/progress.marks +0 -1
- package/build/_deps/benchmark-build/src/Makefile +0 -710
- package/build/_deps/benchmark-build/src/cmake_install.cmake +0 -45
- package/build/_deps/benchmark-build/src/libbenchmark.a +0 -0
- package/build/_deps/benchmark-build/src/libbenchmark_main.a +0 -0
- package/build/_deps/benchmark-src/.clang-format +0 -5
- package/build/_deps/benchmark-src/.clang-tidy +0 -7
- package/build/_deps/benchmark-src/.github/ISSUE_TEMPLATE/bug_report.md +0 -32
- package/build/_deps/benchmark-src/.github/ISSUE_TEMPLATE/feature_request.md +0 -20
- package/build/_deps/benchmark-src/.github/install_bazel.sh +0 -13
- package/build/_deps/benchmark-src/.github/libcxx-setup.sh +0 -26
- package/build/_deps/benchmark-src/.github/workflows/bazel.yml +0 -35
- package/build/_deps/benchmark-src/.github/workflows/build-and-test-min-cmake.yml +0 -46
- package/build/_deps/benchmark-src/.github/workflows/build-and-test-perfcounters.yml +0 -51
- package/build/_deps/benchmark-src/.github/workflows/build-and-test.yml +0 -114
- package/build/_deps/benchmark-src/.github/workflows/clang-format-lint.yml +0 -17
- package/build/_deps/benchmark-src/.github/workflows/clang-tidy.yml +0 -38
- package/build/_deps/benchmark-src/.github/workflows/doxygen.yml +0 -28
- package/build/_deps/benchmark-src/.github/workflows/pylint.yml +0 -28
- package/build/_deps/benchmark-src/.github/workflows/sanitizer.yml +0 -96
- package/build/_deps/benchmark-src/.github/workflows/test_bindings.yml +0 -29
- package/build/_deps/benchmark-src/.github/workflows/wheels.yml +0 -79
- package/build/_deps/benchmark-src/.travis.yml +0 -208
- package/build/_deps/benchmark-src/.ycm_extra_conf.py +0 -115
- package/build/_deps/benchmark-src/AUTHORS +0 -71
- package/build/_deps/benchmark-src/BUILD.bazel +0 -87
- package/build/_deps/benchmark-src/CMakeLists.txt +0 -340
- package/build/_deps/benchmark-src/CONTRIBUTING.md +0 -58
- package/build/_deps/benchmark-src/CONTRIBUTORS +0 -95
- package/build/_deps/benchmark-src/LICENSE +0 -202
- package/build/_deps/benchmark-src/MODULE.bazel +0 -24
- package/build/_deps/benchmark-src/README.md +0 -223
- package/build/_deps/benchmark-src/WORKSPACE +0 -22
- package/build/_deps/benchmark-src/WORKSPACE.bzlmod +0 -2
- package/build/_deps/benchmark-src/_config.yml +0 -2
- package/build/_deps/benchmark-src/appveyor.yml +0 -50
- package/build/_deps/benchmark-src/bazel/benchmark_deps.bzl +0 -65
- package/build/_deps/benchmark-src/bindings/python/BUILD +0 -3
- package/build/_deps/benchmark-src/bindings/python/build_defs.bzl +0 -25
- package/build/_deps/benchmark-src/bindings/python/google_benchmark/BUILD +0 -40
- package/build/_deps/benchmark-src/bindings/python/google_benchmark/__init__.py +0 -162
- package/build/_deps/benchmark-src/bindings/python/google_benchmark/benchmark.cc +0 -184
- package/build/_deps/benchmark-src/bindings/python/google_benchmark/example.py +0 -136
- package/build/_deps/benchmark-src/bindings/python/nanobind.BUILD +0 -17
- package/build/_deps/benchmark-src/bindings/python/python_headers.BUILD +0 -6
- package/build/_deps/benchmark-src/cmake/AddCXXCompilerFlag.cmake +0 -78
- package/build/_deps/benchmark-src/cmake/CXXFeatureCheck.cmake +0 -82
- package/build/_deps/benchmark-src/cmake/Config.cmake.in +0 -7
- package/build/_deps/benchmark-src/cmake/GetGitVersion.cmake +0 -58
- package/build/_deps/benchmark-src/cmake/GoogleTest.cmake +0 -58
- package/build/_deps/benchmark-src/cmake/GoogleTest.cmake.in +0 -59
- package/build/_deps/benchmark-src/cmake/benchmark.pc.in +0 -12
- package/build/_deps/benchmark-src/cmake/gnu_posix_regex.cpp +0 -12
- package/build/_deps/benchmark-src/cmake/llvm-toolchain.cmake +0 -8
- package/build/_deps/benchmark-src/cmake/posix_regex.cpp +0 -14
- package/build/_deps/benchmark-src/cmake/pthread_affinity.cpp +0 -16
- package/build/_deps/benchmark-src/cmake/split_list.cmake +0 -3
- package/build/_deps/benchmark-src/cmake/std_regex.cpp +0 -10
- package/build/_deps/benchmark-src/cmake/steady_clock.cpp +0 -7
- package/build/_deps/benchmark-src/cmake/thread_safety_attributes.cpp +0 -4
- package/build/_deps/benchmark-src/docs/AssemblyTests.md +0 -149
- package/build/_deps/benchmark-src/docs/_config.yml +0 -3
- package/build/_deps/benchmark-src/docs/assets/images/icon.png +0 -0
- package/build/_deps/benchmark-src/docs/assets/images/icon.xcf +0 -0
- package/build/_deps/benchmark-src/docs/assets/images/icon_black.png +0 -0
- package/build/_deps/benchmark-src/docs/assets/images/icon_black.xcf +0 -0
- package/build/_deps/benchmark-src/docs/dependencies.md +0 -13
- package/build/_deps/benchmark-src/docs/index.md +0 -12
- package/build/_deps/benchmark-src/docs/perf_counters.md +0 -35
- package/build/_deps/benchmark-src/docs/platform_specific_build_instructions.md +0 -48
- package/build/_deps/benchmark-src/docs/python_bindings.md +0 -34
- package/build/_deps/benchmark-src/docs/random_interleaving.md +0 -13
- package/build/_deps/benchmark-src/docs/reducing_variance.md +0 -100
- package/build/_deps/benchmark-src/docs/releasing.md +0 -41
- package/build/_deps/benchmark-src/docs/tools.md +0 -343
- package/build/_deps/benchmark-src/docs/user_guide.md +0 -1266
- package/build/_deps/benchmark-src/include/benchmark/benchmark.h +0 -1991
- package/build/_deps/benchmark-src/include/benchmark/export.h +0 -47
- package/build/_deps/benchmark-src/pyproject.toml +0 -50
- package/build/_deps/benchmark-src/setup.py +0 -113
- package/build/_deps/benchmark-src/src/CMakeLists.txt +0 -170
- package/build/_deps/benchmark-src/src/arraysize.h +0 -33
- package/build/_deps/benchmark-src/src/benchmark.cc +0 -779
- package/build/_deps/benchmark-src/src/benchmark_api_internal.cc +0 -118
- package/build/_deps/benchmark-src/src/benchmark_api_internal.h +0 -87
- package/build/_deps/benchmark-src/src/benchmark_main.cc +0 -18
- package/build/_deps/benchmark-src/src/benchmark_name.cc +0 -59
- package/build/_deps/benchmark-src/src/benchmark_register.cc +0 -520
- package/build/_deps/benchmark-src/src/benchmark_register.h +0 -109
- package/build/_deps/benchmark-src/src/benchmark_runner.cc +0 -497
- package/build/_deps/benchmark-src/src/benchmark_runner.h +0 -131
- package/build/_deps/benchmark-src/src/check.cc +0 -11
- package/build/_deps/benchmark-src/src/check.h +0 -106
- package/build/_deps/benchmark-src/src/colorprint.cc +0 -200
- package/build/_deps/benchmark-src/src/colorprint.h +0 -33
- package/build/_deps/benchmark-src/src/commandlineflags.cc +0 -298
- package/build/_deps/benchmark-src/src/commandlineflags.h +0 -133
- package/build/_deps/benchmark-src/src/complexity.cc +0 -244
- package/build/_deps/benchmark-src/src/complexity.h +0 -55
- package/build/_deps/benchmark-src/src/console_reporter.cc +0 -206
- package/build/_deps/benchmark-src/src/counter.cc +0 -80
- package/build/_deps/benchmark-src/src/counter.h +0 -32
- package/build/_deps/benchmark-src/src/csv_reporter.cc +0 -161
- package/build/_deps/benchmark-src/src/cycleclock.h +0 -230
- package/build/_deps/benchmark-src/src/internal_macros.h +0 -115
- package/build/_deps/benchmark-src/src/json_reporter.cc +0 -320
- package/build/_deps/benchmark-src/src/log.h +0 -88
- package/build/_deps/benchmark-src/src/mutex.h +0 -155
- package/build/_deps/benchmark-src/src/perf_counters.cc +0 -282
- package/build/_deps/benchmark-src/src/perf_counters.h +0 -200
- package/build/_deps/benchmark-src/src/re.h +0 -158
- package/build/_deps/benchmark-src/src/reporter.cc +0 -118
- package/build/_deps/benchmark-src/src/statistics.cc +0 -209
- package/build/_deps/benchmark-src/src/statistics.h +0 -44
- package/build/_deps/benchmark-src/src/string_util.cc +0 -254
- package/build/_deps/benchmark-src/src/string_util.h +0 -70
- package/build/_deps/benchmark-src/src/sysinfo.cc +0 -855
- package/build/_deps/benchmark-src/src/thread_manager.h +0 -63
- package/build/_deps/benchmark-src/src/thread_timer.h +0 -86
- package/build/_deps/benchmark-src/src/timers.cc +0 -272
- package/build/_deps/benchmark-src/src/timers.h +0 -48
- package/build/_deps/benchmark-src/test/AssemblyTests.cmake +0 -67
- package/build/_deps/benchmark-src/test/BUILD +0 -127
- package/build/_deps/benchmark-src/test/CMakeLists.txt +0 -309
- package/build/_deps/benchmark-src/test/args_product_test.cc +0 -77
- package/build/_deps/benchmark-src/test/basic_test.cc +0 -180
- package/build/_deps/benchmark-src/test/benchmark_gtest.cc +0 -169
- package/build/_deps/benchmark-src/test/benchmark_min_time_flag_iters_test.cc +0 -66
- package/build/_deps/benchmark-src/test/benchmark_min_time_flag_time_test.cc +0 -90
- package/build/_deps/benchmark-src/test/benchmark_name_gtest.cc +0 -82
- package/build/_deps/benchmark-src/test/benchmark_random_interleaving_gtest.cc +0 -126
- package/build/_deps/benchmark-src/test/benchmark_setup_teardown_test.cc +0 -157
- package/build/_deps/benchmark-src/test/benchmark_test.cc +0 -274
- package/build/_deps/benchmark-src/test/clobber_memory_assembly_test.cc +0 -64
- package/build/_deps/benchmark-src/test/commandlineflags_gtest.cc +0 -228
- package/build/_deps/benchmark-src/test/complexity_test.cc +0 -228
- package/build/_deps/benchmark-src/test/cxx03_test.cc +0 -62
- package/build/_deps/benchmark-src/test/diagnostics_test.cc +0 -91
- package/build/_deps/benchmark-src/test/display_aggregates_only_test.cc +0 -45
- package/build/_deps/benchmark-src/test/donotoptimize_assembly_test.cc +0 -201
- package/build/_deps/benchmark-src/test/donotoptimize_test.cc +0 -69
- package/build/_deps/benchmark-src/test/filter_test.cc +0 -117
- package/build/_deps/benchmark-src/test/fixture_test.cc +0 -51
- package/build/_deps/benchmark-src/test/internal_threading_test.cc +0 -185
- package/build/_deps/benchmark-src/test/link_main_test.cc +0 -9
- package/build/_deps/benchmark-src/test/map_test.cc +0 -59
- package/build/_deps/benchmark-src/test/memory_manager_test.cc +0 -47
- package/build/_deps/benchmark-src/test/min_time_parse_gtest.cc +0 -30
- package/build/_deps/benchmark-src/test/multiple_ranges_test.cc +0 -96
- package/build/_deps/benchmark-src/test/options_test.cc +0 -77
- package/build/_deps/benchmark-src/test/output_test.h +0 -211
- package/build/_deps/benchmark-src/test/output_test_helper.cc +0 -519
- package/build/_deps/benchmark-src/test/perf_counters_gtest.cc +0 -307
- package/build/_deps/benchmark-src/test/perf_counters_test.cc +0 -92
- package/build/_deps/benchmark-src/test/register_benchmark_test.cc +0 -196
- package/build/_deps/benchmark-src/test/repetitions_test.cc +0 -214
- package/build/_deps/benchmark-src/test/report_aggregates_only_test.cc +0 -41
- package/build/_deps/benchmark-src/test/reporter_output_test.cc +0 -1130
- package/build/_deps/benchmark-src/test/skip_with_error_test.cc +0 -199
- package/build/_deps/benchmark-src/test/spec_arg_test.cc +0 -105
- package/build/_deps/benchmark-src/test/spec_arg_verbosity_test.cc +0 -43
- package/build/_deps/benchmark-src/test/state_assembly_test.cc +0 -68
- package/build/_deps/benchmark-src/test/statistics_gtest.cc +0 -35
- package/build/_deps/benchmark-src/test/string_util_gtest.cc +0 -199
- package/build/_deps/benchmark-src/test/templated_fixture_test.cc +0 -28
- package/build/_deps/benchmark-src/test/time_unit_gtest.cc +0 -37
- package/build/_deps/benchmark-src/test/user_counters_tabular_test.cc +0 -558
- package/build/_deps/benchmark-src/test/user_counters_test.cc +0 -561
- package/build/_deps/benchmark-src/test/user_counters_thousands_test.cc +0 -186
- package/build/_deps/benchmark-src/tools/BUILD.bazel +0 -19
- package/build/_deps/benchmark-src/tools/compare.py +0 -432
- package/build/_deps/benchmark-src/tools/gbench/Inputs/test1_run1.json +0 -127
- package/build/_deps/benchmark-src/tools/gbench/Inputs/test1_run2.json +0 -127
- package/build/_deps/benchmark-src/tools/gbench/Inputs/test2_run.json +0 -81
- package/build/_deps/benchmark-src/tools/gbench/Inputs/test3_run0.json +0 -65
- package/build/_deps/benchmark-src/tools/gbench/Inputs/test3_run1.json +0 -65
- package/build/_deps/benchmark-src/tools/gbench/Inputs/test4_run.json +0 -96
- package/build/_deps/benchmark-src/tools/gbench/Inputs/test4_run0.json +0 -21
- package/build/_deps/benchmark-src/tools/gbench/Inputs/test4_run1.json +0 -21
- package/build/_deps/benchmark-src/tools/gbench/__init__.py +0 -8
- package/build/_deps/benchmark-src/tools/gbench/report.py +0 -1201
- package/build/_deps/benchmark-src/tools/gbench/util.py +0 -203
- package/build/_deps/benchmark-src/tools/libpfm.BUILD.bazel +0 -22
- package/build/_deps/benchmark-src/tools/requirements.txt +0 -2
- package/build/_deps/benchmark-src/tools/strip_asm.py +0 -151
- package/build/_deps/benchmark-subbuild/CMakeCache.txt +0 -133
- package/build/_deps/benchmark-subbuild/CMakeFiles/4.0.3/CMakeSystem.cmake +0 -15
- package/build/_deps/benchmark-subbuild/CMakeFiles/CMakeConfigureLog.yaml +0 -11
- package/build/_deps/benchmark-subbuild/CMakeFiles/CMakeDirectoryInformation.cmake +0 -16
- package/build/_deps/benchmark-subbuild/CMakeFiles/CMakeRuleHashes.txt +0 -11
- package/build/_deps/benchmark-subbuild/CMakeFiles/InstallScripts.json +0 -7
- package/build/_deps/benchmark-subbuild/CMakeFiles/Makefile.cmake +0 -52
- package/build/_deps/benchmark-subbuild/CMakeFiles/Makefile2 +0 -122
- package/build/_deps/benchmark-subbuild/CMakeFiles/TargetDirectories.txt +0 -3
- package/build/_deps/benchmark-subbuild/CMakeFiles/benchmark-populate-complete +0 -0
- package/build/_deps/benchmark-subbuild/CMakeFiles/benchmark-populate.dir/DependInfo.cmake +0 -22
- package/build/_deps/benchmark-subbuild/CMakeFiles/benchmark-populate.dir/Labels.json +0 -46
- package/build/_deps/benchmark-subbuild/CMakeFiles/benchmark-populate.dir/Labels.txt +0 -14
- package/build/_deps/benchmark-subbuild/CMakeFiles/benchmark-populate.dir/build.make +0 -162
- package/build/_deps/benchmark-subbuild/CMakeFiles/benchmark-populate.dir/cmake_clean.cmake +0 -17
- package/build/_deps/benchmark-subbuild/CMakeFiles/benchmark-populate.dir/compiler_depend.make +0 -2
- package/build/_deps/benchmark-subbuild/CMakeFiles/benchmark-populate.dir/compiler_depend.ts +0 -2
- package/build/_deps/benchmark-subbuild/CMakeFiles/benchmark-populate.dir/progress.make +0 -10
- package/build/_deps/benchmark-subbuild/CMakeFiles/cmake.check_cache +0 -1
- package/build/_deps/benchmark-subbuild/CMakeFiles/progress.marks +0 -1
- package/build/_deps/benchmark-subbuild/CMakeLists.txt +0 -42
- package/build/_deps/benchmark-subbuild/Makefile +0 -162
- package/build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-build +0 -0
- package/build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-configure +0 -0
- package/build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-done +0 -0
- package/build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-download +0 -0
- package/build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-gitclone-lastrun.txt +0 -15
- package/build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-gitinfo.txt +0 -15
- package/build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-install +0 -0
- package/build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-mkdir +0 -0
- package/build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-patch +0 -0
- package/build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-patch-info.txt +0 -6
- package/build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-test +0 -0
- package/build/_deps/benchmark-subbuild/benchmark-populate-prefix/src/benchmark-populate-stamp/benchmark-populate-update-info.txt +0 -7
- package/build/_deps/benchmark-subbuild/benchmark-populate-prefix/tmp/benchmark-populate-cfgcmd.txt +0 -1
- package/build/_deps/benchmark-subbuild/benchmark-populate-prefix/tmp/benchmark-populate-gitclone.cmake +0 -87
- package/build/_deps/benchmark-subbuild/benchmark-populate-prefix/tmp/benchmark-populate-gitupdate.cmake +0 -317
- package/build/_deps/benchmark-subbuild/benchmark-populate-prefix/tmp/benchmark-populate-mkdirs.cmake +0 -27
- package/build/_deps/benchmark-subbuild/cmake_install.cmake +0 -56
- package/build/bin/avl-rb-range-search-benchmark +0 -0
- package/build/bin/avl-tree-benchmark +0 -0
- package/build/bin/deque-benchmark +0 -0
- package/build/bin/doubly-linked-list-benchmark +0 -0
- package/build/bin/hash-map-benchmark +0 -0
- package/build/bin/heap-benchmark +0 -0
- package/build/bin/priority-queue-benchmark +0 -0
- package/build/bin/queue-benchmark +0 -0
- package/build/bin/red-black-tree-benchmark +0 -0
- package/build/bin/singly-linked-list-benchmark +0 -0
- package/build/bin/stack-benchmark +0 -0
- package/build/bin/tree-map-benchmark +0 -0
- package/build/bin/tree-multi-map-benchmark +0 -0
- package/build/bin/tree-multi-set-benchmark +0 -0
- package/build/bin/tree-set-benchmark +0 -0
- package/build/cmake_install.cmake +0 -66
- package/dist/cjs/index.cjs.map +0 -1
- package/dist/cjs-legacy/index.cjs.map +0 -1
- package/dist/esm/index.mjs.map +0 -1
- package/dist/esm-legacy/index.mjs.map +0 -1
- package/dist/umd/data-structure-typed.js.map +0 -1
- package/dist/umd/data-structure-typed.min.js.map +0 -1
- package/eslint.config.mjs +0 -73
- package/test/config.ts +0 -4
- package/test/integration/all-in-one.test.ts +0 -110
- package/test/integration/avl-tree.test.ts +0 -127
- package/test/integration/bst.test.ts +0 -385
- package/test/integration/compile.test.mjs +0 -159
- package/test/integration/compile.test.ts +0 -176
- package/test/integration/heap.test.js +0 -21
- package/test/integration/index.html +0 -462
- package/test/performance/benchmark-runner-enhanced.mjs +0 -818
- package/test/performance/cmake-benchmark-runner.mjs +0 -234
- package/test/performance/data-structures/binary-tree/avl-rb-range-search.test.cpp +0 -112
- package/test/performance/data-structures/binary-tree/avl-rb-range-search.test.mjs +0 -51
- package/test/performance/data-structures/binary-tree/avl-tree.test.cpp +0 -181
- package/test/performance/data-structures/binary-tree/avl-tree.test.mjs +0 -138
- package/test/performance/data-structures/binary-tree/binary-tree-overall.test.mjs +0 -85
- package/test/performance/data-structures/binary-tree/binary-tree.test.mjs +0 -100
- package/test/performance/data-structures/binary-tree/bst.test.mjs +0 -61
- package/test/performance/data-structures/binary-tree/red-black-tree-cjs.test.mjs +0 -259
- package/test/performance/data-structures/binary-tree/red-black-tree.test.cpp +0 -213
- package/test/performance/data-structures/binary-tree/red-black-tree.test.mjs +0 -275
- package/test/performance/data-structures/binary-tree/tree-map.test.cpp +0 -129
- package/test/performance/data-structures/binary-tree/tree-map.test.mjs +0 -171
- package/test/performance/data-structures/binary-tree/tree-multi-map.test.cpp +0 -205
- package/test/performance/data-structures/binary-tree/tree-multi-map.test.mjs +0 -106
- package/test/performance/data-structures/binary-tree/tree-multi-set.test.cpp +0 -217
- package/test/performance/data-structures/binary-tree/tree-multi-set.test.mjs +0 -91
- package/test/performance/data-structures/binary-tree/tree-set.test.cpp +0 -127
- package/test/performance/data-structures/binary-tree/tree-set.test.mjs +0 -174
- package/test/performance/data-structures/comparison/comparison.test.mjs +0 -99
- package/test/performance/data-structures/graph/directed-graph.test.mjs +0 -38
- package/test/performance/data-structures/hash/hash-map.test.cpp +0 -183
- package/test/performance/data-structures/hash/hash-map.test.mjs +0 -187
- package/test/performance/data-structures/heap/heap.test.cpp +0 -61
- package/test/performance/data-structures/heap/heap.test.mjs +0 -31
- package/test/performance/data-structures/linked-list/doubly-linked-list.test.cpp +0 -84
- package/test/performance/data-structures/linked-list/doubly-linked-list.test.mjs +0 -125
- package/test/performance/data-structures/linked-list/singly-linked-list.test.cpp +0 -77
- package/test/performance/data-structures/linked-list/singly-linked-list.test.mjs +0 -84
- package/test/performance/data-structures/priority-queue/max-priority-queue.test.mjs +0 -40
- package/test/performance/data-structures/priority-queue/priority-queue.test.cpp +0 -59
- package/test/performance/data-structures/priority-queue/priority-queue.test.mjs +0 -64
- package/test/performance/data-structures/queue/deque.test.cpp +0 -119
- package/test/performance/data-structures/queue/deque.test.mjs +0 -144
- package/test/performance/data-structures/queue/queue.test.cpp +0 -59
- package/test/performance/data-structures/queue/queue.test.mjs +0 -77
- package/test/performance/data-structures/stack/stack.test.cpp +0 -40
- package/test/performance/data-structures/stack/stack.test.mjs +0 -69
- package/test/performance/data-structures/trie/trie.test.mjs +0 -43
- package/test/performance/reportor-enhanced.mjs +0 -1027
- package/test/performance/runner-config.json +0 -51
- package/test/types/index.ts +0 -1
- package/test/types/utils/big-o.ts +0 -1
- package/test/types/utils/index.ts +0 -2
- package/test/types/utils/json2html.ts +0 -5
- package/test/unit/data-structures/base/iterable-element-base.coverage.test.ts +0 -106
- package/test/unit/data-structures/base/iterable-element-base.more-branches.coverage.test.ts +0 -61
- package/test/unit/data-structures/base/linear-base.array.coverage.test.ts +0 -168
- package/test/unit/data-structures/base/linear-base.concat-else.coverage.test.ts +0 -82
- package/test/unit/data-structures/base/linear-base.coverage.test.ts +0 -72
- package/test/unit/data-structures/base/linear-base.more-branches.coverage.test.ts +0 -414
- package/test/unit/data-structures/binary-tree/avl-tree-node.familyPosition-root-left.coverage.test.ts +0 -17
- package/test/unit/data-structures/binary-tree/avl-tree.more-branches-2.coverage.test.ts +0 -99
- package/test/unit/data-structures/binary-tree/avl-tree.test.ts +0 -729
- package/test/unit/data-structures/binary-tree/binary-index-tree.test.ts +0 -345
- package/test/unit/data-structures/binary-tree/binary-indexed-tree.more-branches.coverage.test.ts +0 -18
- package/test/unit/data-structures/binary-tree/binary-tree.more-branches.coverage.test.ts +0 -56
- package/test/unit/data-structures/binary-tree/binary-tree.remaining-branches.coverage.test.ts +0 -232
- package/test/unit/data-structures/binary-tree/binary-tree.test.ts +0 -1912
- package/test/unit/data-structures/binary-tree/bst.bound-by-predicate.coverage.test.ts +0 -33
- package/test/unit/data-structures/binary-tree/bst.coverage.test.ts +0 -94
- package/test/unit/data-structures/binary-tree/bst.deletebykey.coverage.test.ts +0 -70
- package/test/unit/data-structures/binary-tree/bst.deletewhere.coverage.test.ts +0 -37
- package/test/unit/data-structures/binary-tree/bst.floor-lower-predicate.coverage.test.ts +0 -29
- package/test/unit/data-structures/binary-tree/bst.floor-setmany.coverage.test.ts +0 -72
- package/test/unit/data-structures/binary-tree/bst.getnode.range-ensure.coverage.test.ts +0 -22
- package/test/unit/data-structures/binary-tree/bst.misc-branches.coverage.test.ts +0 -100
- package/test/unit/data-structures/binary-tree/bst.more-branches-2.coverage.test.ts +0 -133
- package/test/unit/data-structures/binary-tree/bst.more-branches-3.coverage.test.ts +0 -45
- package/test/unit/data-structures/binary-tree/bst.more-branches-4.coverage.test.ts +0 -36
- package/test/unit/data-structures/binary-tree/bst.more-branches-5.coverage.test.ts +0 -40
- package/test/unit/data-structures/binary-tree/bst.more.coverage.test.ts +0 -39
- package/test/unit/data-structures/binary-tree/bst.node-family.coverage.test.ts +0 -29
- package/test/unit/data-structures/binary-tree/bst.range-pruning.coverage.test.ts +0 -43
- package/test/unit/data-structures/binary-tree/bst.search-fastpath.coverage.test.ts +0 -30
- package/test/unit/data-structures/binary-tree/bst.test.ts +0 -3472
- package/test/unit/data-structures/binary-tree/data/cost-of-living-by-country.ts +0 -259
- package/test/unit/data-structures/binary-tree/overall.test.ts +0 -219
- package/test/unit/data-structures/binary-tree/red-black-tree.boundary-corruption-repair.coverage.test.ts +0 -66
- package/test/unit/data-structures/binary-tree/red-black-tree.boundary-max-update.coverage.test.ts +0 -18
- package/test/unit/data-structures/binary-tree/red-black-tree.boundary-null.coverage.test.ts +0 -53
- package/test/unit/data-structures/binary-tree/red-black-tree.boundary-stale-cache.coverage.test.ts +0 -25
- package/test/unit/data-structures/binary-tree/red-black-tree.boundary-update.coverage.test.ts +0 -23
- package/test/unit/data-structures/binary-tree/red-black-tree.cache-delete.coverage.test.ts +0 -49
- package/test/unit/data-structures/binary-tree/red-black-tree.cache-edge.coverage.test.ts +0 -37
- package/test/unit/data-structures/binary-tree/red-black-tree.cache-stale-insert.coverage.test.ts +0 -39
- package/test/unit/data-structures/binary-tree/red-black-tree.coverage.test.ts +0 -334
- package/test/unit/data-structures/binary-tree/red-black-tree.delete-fixup.coverage.test.ts +0 -68
- package/test/unit/data-structures/binary-tree/red-black-tree.delete-successor.coverage.test.ts +0 -75
- package/test/unit/data-structures/binary-tree/red-black-tree.factories.coverage.test.ts +0 -26
- package/test/unit/data-structures/binary-tree/red-black-tree.hint-cache-compare-update.coverage.test.ts +0 -74
- package/test/unit/data-structures/binary-tree/red-black-tree.hint-cache-no-update.coverage.test.ts +0 -44
- package/test/unit/data-structures/binary-tree/red-black-tree.hint-cache-nullish.coverage.test.ts +0 -61
- package/test/unit/data-structures/binary-tree/red-black-tree.hint-mapmode-defined.coverage.test.ts +0 -35
- package/test/unit/data-structures/binary-tree/red-black-tree.hint-mapmode-undefined.coverage.test.ts +0 -43
- package/test/unit/data-structures/binary-tree/red-black-tree.hint-more.coverage.test.ts +0 -99
- package/test/unit/data-structures/binary-tree/red-black-tree.hint.coverage.test.ts +0 -60
- package/test/unit/data-structures/binary-tree/red-black-tree.insert-cache-nullish.coverage.test.ts +0 -29
- package/test/unit/data-structures/binary-tree/red-black-tree.insert-header-parent-nullish.coverage.test.ts +0 -17
- package/test/unit/data-structures/binary-tree/red-black-tree.internal-walk.coverage.test.ts +0 -57
- package/test/unit/data-structures/binary-tree/red-black-tree.minmax-cache.test.ts +0 -65
- package/test/unit/data-structures/binary-tree/red-black-tree.misc-inputs.coverage.test.ts +0 -17
- package/test/unit/data-structures/binary-tree/red-black-tree.more-branches-2.coverage.test.ts +0 -121
- package/test/unit/data-structures/binary-tree/red-black-tree.more-branches-3.coverage.test.ts +0 -55
- package/test/unit/data-structures/binary-tree/red-black-tree.more-branches-4.coverage.test.ts +0 -44
- package/test/unit/data-structures/binary-tree/red-black-tree.predsucc.coverage.test.ts +0 -40
- package/test/unit/data-structures/binary-tree/red-black-tree.remaining-branches.coverage.test.ts +0 -123
- package/test/unit/data-structures/binary-tree/red-black-tree.set-inputs.coverage.test.ts +0 -64
- package/test/unit/data-structures/binary-tree/red-black-tree.setkvnode-parent-cache.coverage.test.ts +0 -79
- package/test/unit/data-structures/binary-tree/red-black-tree.setkvnode-remaining.coverage.test.ts +0 -44
- package/test/unit/data-structures/binary-tree/red-black-tree.setkvnode-uncovered.coverage.test.ts +0 -74
- package/test/unit/data-structures/binary-tree/red-black-tree.test.ts +0 -936
- package/test/unit/data-structures/binary-tree/red-black-tree.update-branches.coverage.test.ts +0 -30
- package/test/unit/data-structures/binary-tree/segment-tree.more-branches.coverage.test.ts +0 -31
- package/test/unit/data-structures/binary-tree/segment-tree.test.ts +0 -104
- package/test/unit/data-structures/binary-tree/tree-map.test.ts +0 -316
- package/test/unit/data-structures/binary-tree/tree-multi-map.coverage.test.ts +0 -245
- package/test/unit/data-structures/binary-tree/tree-multi-map.legacy.test.ts.skip +0 -1115
- package/test/unit/data-structures/binary-tree/tree-multi-map.more-branches-2.coverage.test.ts.skip +0 -59
- package/test/unit/data-structures/binary-tree/tree-multi-map.rfc.test.ts +0 -146
- package/test/unit/data-structures/binary-tree/tree-multi-map.simplified.test.ts +0 -482
- package/test/unit/data-structures/binary-tree/tree-multi-set.test.ts +0 -594
- package/test/unit/data-structures/binary-tree/tree-set.test.ts +0 -231
- package/test/unit/data-structures/graph/abstract-graph.more-branches-2.coverage.test.ts +0 -40
- package/test/unit/data-structures/graph/abstract-graph.more-branches-3.coverage.test.ts +0 -65
- package/test/unit/data-structures/graph/abstract-graph.more-branches-4.coverage.test.ts +0 -98
- package/test/unit/data-structures/graph/abstract-graph.more-branches-5.coverage.test.ts +0 -51
- package/test/unit/data-structures/graph/abstract-graph.more-branches.coverage.test.ts +0 -62
- package/test/unit/data-structures/graph/abstract-graph.test.ts +0 -117
- package/test/unit/data-structures/graph/directed-graph.more-branches-2.coverage.test.ts +0 -38
- package/test/unit/data-structures/graph/directed-graph.more-branches-3.coverage.test.ts +0 -25
- package/test/unit/data-structures/graph/directed-graph.more-branches.coverage.test.ts +0 -82
- package/test/unit/data-structures/graph/directed-graph.test.ts +0 -1185
- package/test/unit/data-structures/graph/map-graph.more-branches.coverage.test.ts +0 -22
- package/test/unit/data-structures/graph/map-graph.test.ts +0 -148
- package/test/unit/data-structures/graph/overall.test.ts +0 -49
- package/test/unit/data-structures/graph/salty-edges.json +0 -875
- package/test/unit/data-structures/graph/salty-vertexes.json +0 -200
- package/test/unit/data-structures/graph/undirected-graph.more-branches-2.coverage.test.ts +0 -35
- package/test/unit/data-structures/graph/undirected-graph.more-branches.coverage.test.ts +0 -87
- package/test/unit/data-structures/graph/undirected-graph.test.ts +0 -782
- package/test/unit/data-structures/hash/hash-map.more-branches.coverage.test.ts +0 -64
- package/test/unit/data-structures/hash/hash-map.test.ts +0 -1125
- package/test/unit/data-structures/hash/hash-map.toEntryFn-branch.coverage.test.ts +0 -9
- package/test/unit/data-structures/heap/heap.misc-branches.coverage.test.ts +0 -110
- package/test/unit/data-structures/heap/heap.remaining-branches.coverage.test.ts +0 -22
- package/test/unit/data-structures/heap/heap.test.ts +0 -760
- package/test/unit/data-structures/heap/max-heap.coverage.test.ts +0 -29
- package/test/unit/data-structures/heap/max-heap.test.ts +0 -98
- package/test/unit/data-structures/heap/min-heap.test.ts +0 -117
- package/test/unit/data-structures/linked-list/doubly-linked-list.more-branches.coverage.test.ts +0 -72
- package/test/unit/data-structures/linked-list/doubly-linked-list.test.ts +0 -1150
- package/test/unit/data-structures/linked-list/linked-list.test.ts +0 -8
- package/test/unit/data-structures/linked-list/linked-list.unshiftMany-else.coverage.test.ts +0 -15
- package/test/unit/data-structures/linked-list/singly-linked-list.coverage.test.ts +0 -221
- package/test/unit/data-structures/linked-list/singly-linked-list.more-branches.coverage.test.ts +0 -86
- package/test/unit/data-structures/linked-list/singly-linked-list.test.ts +0 -836
- package/test/unit/data-structures/linked-list/skip-linked-list.more-branches.coverage.test.ts +0 -31
- package/test/unit/data-structures/linked-list/skip-linked-list.test.ts +0 -13
- package/test/unit/data-structures/linked-list/skip-list.test.ts +0 -86
- package/test/unit/data-structures/matrix/matrix.more-branches.coverage.test.ts +0 -81
- package/test/unit/data-structures/matrix/matrix.pivotElement-nullish.coverage.test.ts +0 -28
- package/test/unit/data-structures/matrix/matrix.test.ts +0 -377
- package/test/unit/data-structures/matrix/navigator.test.ts +0 -244
- package/test/unit/data-structures/priority-queue/max-priority-queue.more-branches.coverage.test.ts +0 -10
- package/test/unit/data-structures/priority-queue/max-priority-queue.test.ts +0 -160
- package/test/unit/data-structures/priority-queue/min-priority-queue.test.ts +0 -78
- package/test/unit/data-structures/priority-queue/priority-queue.coverage.test.ts +0 -21
- package/test/unit/data-structures/priority-queue/priority-queue.test.ts +0 -101
- package/test/unit/data-structures/queue/deque.coverage.test.ts +0 -173
- package/test/unit/data-structures/queue/deque.more-branches-2.coverage.test.ts +0 -39
- package/test/unit/data-structures/queue/deque.more-branches-3.coverage.test.ts +0 -9
- package/test/unit/data-structures/queue/deque.more-branches.coverage.test.ts +0 -95
- package/test/unit/data-structures/queue/deque.test.ts +0 -936
- package/test/unit/data-structures/queue/queue.coverage.test.ts +0 -138
- package/test/unit/data-structures/queue/queue.more-branches-2.coverage.test.ts +0 -27
- package/test/unit/data-structures/queue/queue.test.ts +0 -703
- package/test/unit/data-structures/stack/stack.coverage.test.ts +0 -112
- package/test/unit/data-structures/stack/stack.test.ts +0 -438
- package/test/unit/data-structures/tree/tree.more-branches.coverage.test.ts +0 -9
- package/test/unit/data-structures/tree/tree.test.ts +0 -58
- package/test/unit/data-structures/trie/trie.more-branches-2.coverage.test.ts +0 -51
- package/test/unit/data-structures/trie/trie.test.ts +0 -1181
- package/test/unit/unrestricted-interconversion.test.ts +0 -299
- package/test/unit/utils/utils.test.ts +0 -174
- package/test/utils/array.ts +0 -5517
- package/test/utils/big-o.ts +0 -228
- package/test/utils/console.ts +0 -31
- package/test/utils/index.ts +0 -8
- package/test/utils/is.ts +0 -56
- package/test/utils/json2html.ts +0 -164
- package/test/utils/number.ts +0 -13
- package/test/utils/patch.ts +0 -33
- package/test/utils/perf.mjs +0 -34
- package/test/utils/performanc.ts +0 -7
- package/test/utils/string.ts +0 -49
- package/tsconfig.types.json +0 -15
- package/tsup.config.js +0 -63
- package/tsup.umd.config.js +0 -29
package/benchmark/report.json
DELETED
|
@@ -1,1972 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"timestamp": "2026-02-27T09:58:22.397Z",
|
|
3
|
-
"javascript": [
|
|
4
|
-
{
|
|
5
|
-
"testName": "tree-map",
|
|
6
|
-
"benchmarks": [
|
|
7
|
-
{
|
|
8
|
-
"Test Case": "1,000,000 set TreeMap",
|
|
9
|
-
"Latency Avg (ms)": 1130.7,
|
|
10
|
-
"Min (ms)": 996.21,
|
|
11
|
-
"Max (ms)": 1861.87,
|
|
12
|
-
"Stability": "±26.38%"
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
"Test Case": "1,000,000 set TreeMap (Node)",
|
|
16
|
-
"Latency Avg (ms)": 904.29,
|
|
17
|
-
"Min (ms)": 890.44,
|
|
18
|
-
"Max (ms)": 914.89,
|
|
19
|
-
"Stability": "±0.81%"
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
"Test Case": "1,000,000 set RBT",
|
|
23
|
-
"Latency Avg (ms)": 1146.79,
|
|
24
|
-
"Min (ms)": 1044.9,
|
|
25
|
-
"Max (ms)": 1535.27,
|
|
26
|
-
"Stability": "±17.49%"
|
|
27
|
-
},
|
|
28
|
-
{
|
|
29
|
-
"Test Case": "1,000,000 set RBT (Node)",
|
|
30
|
-
"Latency Avg (ms)": 968.9,
|
|
31
|
-
"Min (ms)": 960.13,
|
|
32
|
-
"Max (ms)": 980.74,
|
|
33
|
-
"Stability": "±0.74%"
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
"Test Case": "1,000,000 set js-sdsl",
|
|
37
|
-
"Latency Avg (ms)": 640.34,
|
|
38
|
-
"Min (ms)": 608.96,
|
|
39
|
-
"Max (ms)": 676.46,
|
|
40
|
-
"Stability": "±3.07%"
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"Test Case": "1,000,000 get TreeMap",
|
|
44
|
-
"Latency Avg (ms)": 156.38,
|
|
45
|
-
"Min (ms)": 152.87,
|
|
46
|
-
"Max (ms)": 160.55,
|
|
47
|
-
"Stability": "±0.59%"
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
"Test Case": "1,000,000 get TreeMap (Node)",
|
|
51
|
-
"Latency Avg (ms)": 867.81,
|
|
52
|
-
"Min (ms)": 861.74,
|
|
53
|
-
"Max (ms)": 872.7,
|
|
54
|
-
"Stability": "±0.46%"
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
"Test Case": "1,000,000 get RBT",
|
|
58
|
-
"Latency Avg (ms)": 156.19,
|
|
59
|
-
"Min (ms)": 152.85,
|
|
60
|
-
"Max (ms)": 159.65,
|
|
61
|
-
"Stability": "±0.51%"
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
"Test Case": "1,000,000 get RBT (Node)",
|
|
65
|
-
"Latency Avg (ms)": 916.83,
|
|
66
|
-
"Min (ms)": 907.22,
|
|
67
|
-
"Max (ms)": 931.59,
|
|
68
|
-
"Stability": "±0.96%"
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
"Test Case": "1,000,000 get js-sdsl",
|
|
72
|
-
"Latency Avg (ms)": 672.22,
|
|
73
|
-
"Min (ms)": 660.56,
|
|
74
|
-
"Max (ms)": 686.89,
|
|
75
|
-
"Stability": "±1.05%"
|
|
76
|
-
},
|
|
77
|
-
{
|
|
78
|
-
"Test Case": "1,000,000 build+get TreeMap",
|
|
79
|
-
"Latency Avg (ms)": 1262.71,
|
|
80
|
-
"Min (ms)": 1203.82,
|
|
81
|
-
"Max (ms)": 1589.5,
|
|
82
|
-
"Stability": "±10.56%"
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
"Test Case": "1,000,000 build+get TreeMap (Node)",
|
|
86
|
-
"Latency Avg (ms)": 1712.26,
|
|
87
|
-
"Min (ms)": 1668.78,
|
|
88
|
-
"Max (ms)": 1765.61,
|
|
89
|
-
"Stability": "±1.93%"
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
"Test Case": "1,000,000 build+get RBT",
|
|
93
|
-
"Latency Avg (ms)": 1215.09,
|
|
94
|
-
"Min (ms)": 1200.03,
|
|
95
|
-
"Max (ms)": 1266.32,
|
|
96
|
-
"Stability": "±1.76%"
|
|
97
|
-
},
|
|
98
|
-
{
|
|
99
|
-
"Test Case": "1,000,000 build+get RBT (Node)",
|
|
100
|
-
"Latency Avg (ms)": 1811.83,
|
|
101
|
-
"Min (ms)": 1791.31,
|
|
102
|
-
"Max (ms)": 1836.34,
|
|
103
|
-
"Stability": "±0.87%"
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
"Test Case": "1,000,000 build+get js-sdsl",
|
|
107
|
-
"Latency Avg (ms)": 1213.71,
|
|
108
|
-
"Min (ms)": 1193.46,
|
|
109
|
-
"Max (ms)": 1244.24,
|
|
110
|
-
"Stability": "±1.52%"
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
"Test Case": "100,000 rangeSearch TreeMap",
|
|
114
|
-
"Latency Avg (ms)": 53.07,
|
|
115
|
-
"Min (ms)": 44.18,
|
|
116
|
-
"Max (ms)": 93.97,
|
|
117
|
-
"Stability": "±5.99%"
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
"Test Case": "100,000 rangeSearch TreeMap (Node)",
|
|
121
|
-
"Latency Avg (ms)": 54.02,
|
|
122
|
-
"Min (ms)": 52.58,
|
|
123
|
-
"Max (ms)": 61.28,
|
|
124
|
-
"Stability": "±0.73%"
|
|
125
|
-
},
|
|
126
|
-
{
|
|
127
|
-
"Test Case": "100,000 navigable TreeMap",
|
|
128
|
-
"Latency Avg (ms)": 174.8,
|
|
129
|
-
"Min (ms)": 169.03,
|
|
130
|
-
"Max (ms)": 184.16,
|
|
131
|
-
"Stability": "±0.95%"
|
|
132
|
-
},
|
|
133
|
-
{
|
|
134
|
-
"Test Case": "100,000 navigable TreeMap (Node)",
|
|
135
|
-
"Latency Avg (ms)": 272.56,
|
|
136
|
-
"Min (ms)": 267.11,
|
|
137
|
-
"Max (ms)": 279.11,
|
|
138
|
-
"Stability": "±0.66%"
|
|
139
|
-
},
|
|
140
|
-
{
|
|
141
|
-
"Test Case": "100,000 build+rangeSearch TreeMap",
|
|
142
|
-
"Latency Avg (ms)": 1183.72,
|
|
143
|
-
"Min (ms)": 1038.01,
|
|
144
|
-
"Max (ms)": 1985.82,
|
|
145
|
-
"Stability": "±27.64%"
|
|
146
|
-
},
|
|
147
|
-
{
|
|
148
|
-
"Test Case": "100,000 build+rangeSearch TreeMap (Node)",
|
|
149
|
-
"Latency Avg (ms)": 954.72,
|
|
150
|
-
"Min (ms)": 949.15,
|
|
151
|
-
"Max (ms)": 964.84,
|
|
152
|
-
"Stability": "±0.52%"
|
|
153
|
-
},
|
|
154
|
-
{
|
|
155
|
-
"Test Case": "100,000 build+navigable TreeMap",
|
|
156
|
-
"Latency Avg (ms)": 1205.71,
|
|
157
|
-
"Min (ms)": 1186.63,
|
|
158
|
-
"Max (ms)": 1218.09,
|
|
159
|
-
"Stability": "±1.13%"
|
|
160
|
-
},
|
|
161
|
-
{
|
|
162
|
-
"Test Case": "100,000 build+navigable TreeMap (Node)",
|
|
163
|
-
"Latency Avg (ms)": 1178.08,
|
|
164
|
-
"Min (ms)": 1171.1,
|
|
165
|
-
"Max (ms)": 1190.9,
|
|
166
|
-
"Stability": "±0.67%"
|
|
167
|
-
}
|
|
168
|
-
],
|
|
169
|
-
"runTime": 296.33,
|
|
170
|
-
"file": "/Users/revone/projects/data-structure-typed/test/performance/data-structures/binary-tree/tree-map.test.mjs"
|
|
171
|
-
},
|
|
172
|
-
{
|
|
173
|
-
"testName": "tree-set",
|
|
174
|
-
"benchmarks": [
|
|
175
|
-
{
|
|
176
|
-
"Test Case": "1,000,000 add TreeSet",
|
|
177
|
-
"Latency Avg (ms)": 1011.82,
|
|
178
|
-
"Min (ms)": 994.7,
|
|
179
|
-
"Max (ms)": 1026.94,
|
|
180
|
-
"Stability": "±1.26%"
|
|
181
|
-
},
|
|
182
|
-
{
|
|
183
|
-
"Test Case": "1,000,000 add TreeSet (Node)",
|
|
184
|
-
"Latency Avg (ms)": 912.3,
|
|
185
|
-
"Min (ms)": 901.4,
|
|
186
|
-
"Max (ms)": 945.46,
|
|
187
|
-
"Stability": "±1.58%"
|
|
188
|
-
},
|
|
189
|
-
{
|
|
190
|
-
"Test Case": "1,000,000 add RBT",
|
|
191
|
-
"Latency Avg (ms)": 1167.06,
|
|
192
|
-
"Min (ms)": 1046.4,
|
|
193
|
-
"Max (ms)": 1733.11,
|
|
194
|
-
"Stability": "±24.94%"
|
|
195
|
-
},
|
|
196
|
-
{
|
|
197
|
-
"Test Case": "1,000,000 add RBT (Node)",
|
|
198
|
-
"Latency Avg (ms)": 975.7,
|
|
199
|
-
"Min (ms)": 958.94,
|
|
200
|
-
"Max (ms)": 989.59,
|
|
201
|
-
"Stability": "±1.16%"
|
|
202
|
-
},
|
|
203
|
-
{
|
|
204
|
-
"Test Case": "1,000,000 add js-sdsl",
|
|
205
|
-
"Latency Avg (ms)": 642.32,
|
|
206
|
-
"Min (ms)": 624.09,
|
|
207
|
-
"Max (ms)": 653.38,
|
|
208
|
-
"Stability": "±1.23%"
|
|
209
|
-
},
|
|
210
|
-
{
|
|
211
|
-
"Test Case": "1,000,000 has TreeSet",
|
|
212
|
-
"Latency Avg (ms)": 65.41,
|
|
213
|
-
"Min (ms)": 62.46,
|
|
214
|
-
"Max (ms)": 74.83,
|
|
215
|
-
"Stability": "±1.25%"
|
|
216
|
-
},
|
|
217
|
-
{
|
|
218
|
-
"Test Case": "1,000,000 has TreeSet (Node)",
|
|
219
|
-
"Latency Avg (ms)": 809.01,
|
|
220
|
-
"Min (ms)": 804.67,
|
|
221
|
-
"Max (ms)": 814.93,
|
|
222
|
-
"Stability": "±0.34%"
|
|
223
|
-
},
|
|
224
|
-
{
|
|
225
|
-
"Test Case": "1,000,000 has RBT",
|
|
226
|
-
"Latency Avg (ms)": 67.48,
|
|
227
|
-
"Min (ms)": 63.98,
|
|
228
|
-
"Max (ms)": 83.28,
|
|
229
|
-
"Stability": "±1.56%"
|
|
230
|
-
},
|
|
231
|
-
{
|
|
232
|
-
"Test Case": "1,000,000 has RBT (Node)",
|
|
233
|
-
"Latency Avg (ms)": 1034.91,
|
|
234
|
-
"Min (ms)": 928.36,
|
|
235
|
-
"Max (ms)": 1541.14,
|
|
236
|
-
"Stability": "±20.05%"
|
|
237
|
-
},
|
|
238
|
-
{
|
|
239
|
-
"Test Case": "1,000,000 has js-sdsl",
|
|
240
|
-
"Latency Avg (ms)": 761.43,
|
|
241
|
-
"Min (ms)": 705.57,
|
|
242
|
-
"Max (ms)": 850.11,
|
|
243
|
-
"Stability": "±5.98%"
|
|
244
|
-
},
|
|
245
|
-
{
|
|
246
|
-
"Test Case": "1,000,000 build+has TreeSet",
|
|
247
|
-
"Latency Avg (ms)": 1096.77,
|
|
248
|
-
"Min (ms)": 1059.07,
|
|
249
|
-
"Max (ms)": 1161.07,
|
|
250
|
-
"Stability": "±2.81%"
|
|
251
|
-
},
|
|
252
|
-
{
|
|
253
|
-
"Test Case": "1,000,000 build+has TreeSet (Node)",
|
|
254
|
-
"Latency Avg (ms)": 1732.51,
|
|
255
|
-
"Min (ms)": 1712.26,
|
|
256
|
-
"Max (ms)": 1764.37,
|
|
257
|
-
"Stability": "±1.06%"
|
|
258
|
-
},
|
|
259
|
-
{
|
|
260
|
-
"Test Case": "1,000,000 build+has RBT",
|
|
261
|
-
"Latency Avg (ms)": 1155.43,
|
|
262
|
-
"Min (ms)": 1118.08,
|
|
263
|
-
"Max (ms)": 1211.51,
|
|
264
|
-
"Stability": "±3.17%"
|
|
265
|
-
},
|
|
266
|
-
{
|
|
267
|
-
"Test Case": "1,000,000 build+has RBT (Node)",
|
|
268
|
-
"Latency Avg (ms)": 1867.76,
|
|
269
|
-
"Min (ms)": 1826.38,
|
|
270
|
-
"Max (ms)": 1890.86,
|
|
271
|
-
"Stability": "±1.36%"
|
|
272
|
-
},
|
|
273
|
-
{
|
|
274
|
-
"Test Case": "1,000,000 build+has js-sdsl",
|
|
275
|
-
"Latency Avg (ms)": 1311.66,
|
|
276
|
-
"Min (ms)": 1280.72,
|
|
277
|
-
"Max (ms)": 1417.29,
|
|
278
|
-
"Stability": "±4.19%"
|
|
279
|
-
},
|
|
280
|
-
{
|
|
281
|
-
"Test Case": "100,000 rangeSearch TreeSet",
|
|
282
|
-
"Latency Avg (ms)": 20.83,
|
|
283
|
-
"Min (ms)": 18.93,
|
|
284
|
-
"Max (ms)": 22.13,
|
|
285
|
-
"Stability": "±0.88%"
|
|
286
|
-
},
|
|
287
|
-
{
|
|
288
|
-
"Test Case": "100,000 rangeSearch TreeSet (Node)",
|
|
289
|
-
"Latency Avg (ms)": 20.74,
|
|
290
|
-
"Min (ms)": 19.48,
|
|
291
|
-
"Max (ms)": 26.37,
|
|
292
|
-
"Stability": "±1.34%"
|
|
293
|
-
},
|
|
294
|
-
{
|
|
295
|
-
"Test Case": "100,000 navigable TreeSet",
|
|
296
|
-
"Latency Avg (ms)": 110.15,
|
|
297
|
-
"Min (ms)": 107.45,
|
|
298
|
-
"Max (ms)": 116.24,
|
|
299
|
-
"Stability": "±0.8%"
|
|
300
|
-
},
|
|
301
|
-
{
|
|
302
|
-
"Test Case": "100,000 navigable TreeSet (Node)",
|
|
303
|
-
"Latency Avg (ms)": 106.73,
|
|
304
|
-
"Min (ms)": 103.46,
|
|
305
|
-
"Max (ms)": 114.13,
|
|
306
|
-
"Stability": "±1.03%"
|
|
307
|
-
},
|
|
308
|
-
{
|
|
309
|
-
"Test Case": "100,000 build+rangeSearch TreeSet",
|
|
310
|
-
"Latency Avg (ms)": 1059.08,
|
|
311
|
-
"Min (ms)": 1036.84,
|
|
312
|
-
"Max (ms)": 1083.08,
|
|
313
|
-
"Stability": "±1.61%"
|
|
314
|
-
},
|
|
315
|
-
{
|
|
316
|
-
"Test Case": "100,000 build+rangeSearch TreeSet (Node)",
|
|
317
|
-
"Latency Avg (ms)": 929.91,
|
|
318
|
-
"Min (ms)": 906.75,
|
|
319
|
-
"Max (ms)": 960.4,
|
|
320
|
-
"Stability": "±2.43%"
|
|
321
|
-
},
|
|
322
|
-
{
|
|
323
|
-
"Test Case": "100,000 build+navigable TreeSet",
|
|
324
|
-
"Latency Avg (ms)": 1201.07,
|
|
325
|
-
"Min (ms)": 1103.44,
|
|
326
|
-
"Max (ms)": 1738.74,
|
|
327
|
-
"Stability": "±18.27%"
|
|
328
|
-
},
|
|
329
|
-
{
|
|
330
|
-
"Test Case": "100,000 build+navigable TreeSet (Node)",
|
|
331
|
-
"Latency Avg (ms)": 1004.24,
|
|
332
|
-
"Min (ms)": 994.89,
|
|
333
|
-
"Max (ms)": 1017.57,
|
|
334
|
-
"Stability": "±0.79%"
|
|
335
|
-
}
|
|
336
|
-
],
|
|
337
|
-
"runTime": 287.21,
|
|
338
|
-
"file": "/Users/revone/projects/data-structure-typed/test/performance/data-structures/binary-tree/tree-set.test.mjs"
|
|
339
|
-
},
|
|
340
|
-
{
|
|
341
|
-
"testName": "tree-multi-map",
|
|
342
|
-
"benchmarks": [
|
|
343
|
-
{
|
|
344
|
-
"Test Case": "1,000,000 add (TreeMultiMap, bucketed)",
|
|
345
|
-
"Latency Avg (ms)": 388.73,
|
|
346
|
-
"Min (ms)": 379.76,
|
|
347
|
-
"Max (ms)": 397.83,
|
|
348
|
-
"Stability": "±1.15%"
|
|
349
|
-
},
|
|
350
|
-
{
|
|
351
|
-
"Test Case": "1,000,000 has-only (TreeMultiMap)",
|
|
352
|
-
"Latency Avg (ms)": 30.79,
|
|
353
|
-
"Min (ms)": 29.68,
|
|
354
|
-
"Max (ms)": 32.17,
|
|
355
|
-
"Stability": "±0.66%"
|
|
356
|
-
},
|
|
357
|
-
{
|
|
358
|
-
"Test Case": "1,000,000 get-only (TreeMultiMap)",
|
|
359
|
-
"Latency Avg (ms)": 73.67,
|
|
360
|
-
"Min (ms)": 71.02,
|
|
361
|
-
"Max (ms)": 78.12,
|
|
362
|
-
"Stability": "±0.81%"
|
|
363
|
-
},
|
|
364
|
-
{
|
|
365
|
-
"Test Case": "1,000,000 count-only (TreeMultiMap)",
|
|
366
|
-
"Latency Avg (ms)": 206.68,
|
|
367
|
-
"Min (ms)": 196.04,
|
|
368
|
-
"Max (ms)": 240.2,
|
|
369
|
-
"Stability": "±2.87%"
|
|
370
|
-
},
|
|
371
|
-
{
|
|
372
|
-
"Test Case": "1,000,000 build+has (TreeMultiMap)",
|
|
373
|
-
"Latency Avg (ms)": 452.55,
|
|
374
|
-
"Min (ms)": 405.87,
|
|
375
|
-
"Max (ms)": 605.82,
|
|
376
|
-
"Stability": "±10.59%"
|
|
377
|
-
},
|
|
378
|
-
{
|
|
379
|
-
"Test Case": "1,000,000 build+get (TreeMultiMap)",
|
|
380
|
-
"Latency Avg (ms)": 477.45,
|
|
381
|
-
"Min (ms)": 448.38,
|
|
382
|
-
"Max (ms)": 613.55,
|
|
383
|
-
"Stability": "±7.26%"
|
|
384
|
-
},
|
|
385
|
-
{
|
|
386
|
-
"Test Case": "100,000 hasEntry (TreeMultiMap, Object.is)",
|
|
387
|
-
"Latency Avg (ms)": 450.09,
|
|
388
|
-
"Min (ms)": 420.59,
|
|
389
|
-
"Max (ms)": 526.53,
|
|
390
|
-
"Stability": "±6.07%"
|
|
391
|
-
},
|
|
392
|
-
{
|
|
393
|
-
"Test Case": "100,000 deleteValue (TreeMultiMap, Object.is)",
|
|
394
|
-
"Latency Avg (ms)": 435.96,
|
|
395
|
-
"Min (ms)": 425.2,
|
|
396
|
-
"Max (ms)": 480.98,
|
|
397
|
-
"Stability": "±2.72%"
|
|
398
|
-
},
|
|
399
|
-
{
|
|
400
|
-
"Test Case": "100,000 firstEntry/lastEntry (TreeMultiMap)",
|
|
401
|
-
"Latency Avg (ms)": 0,
|
|
402
|
-
"Min (ms)": null,
|
|
403
|
-
"Max (ms)": null,
|
|
404
|
-
"Stability": "±0%"
|
|
405
|
-
},
|
|
406
|
-
{
|
|
407
|
-
"Test Case": "100,000 ceilingEntry/floorEntry (TreeMultiMap)",
|
|
408
|
-
"Latency Avg (ms)": 0,
|
|
409
|
-
"Min (ms)": null,
|
|
410
|
-
"Max (ms)": null,
|
|
411
|
-
"Stability": "±0%"
|
|
412
|
-
},
|
|
413
|
-
{
|
|
414
|
-
"Test Case": "1,000,000 bucket iteration (TreeMultiMap)",
|
|
415
|
-
"Latency Avg (ms)": 28.09,
|
|
416
|
-
"Min (ms)": 26.9,
|
|
417
|
-
"Max (ms)": 29.48,
|
|
418
|
-
"Stability": "±0.62%"
|
|
419
|
-
},
|
|
420
|
-
{
|
|
421
|
-
"Test Case": "1,000,000 flatEntries iteration (TreeMultiMap)",
|
|
422
|
-
"Latency Avg (ms)": 135.75,
|
|
423
|
-
"Min (ms)": 132.38,
|
|
424
|
-
"Max (ms)": 142.79,
|
|
425
|
-
"Stability": "±0.7%"
|
|
426
|
-
},
|
|
427
|
-
{
|
|
428
|
-
"Test Case": "1,000,000 size property (TreeMultiMap)",
|
|
429
|
-
"Latency Avg (ms)": 0,
|
|
430
|
-
"Min (ms)": 0,
|
|
431
|
-
"Max (ms)": 0,
|
|
432
|
-
"Stability": "±3.77%"
|
|
433
|
-
},
|
|
434
|
-
{
|
|
435
|
-
"Test Case": "1,000,000 totalSize property (TreeMultiMap)",
|
|
436
|
-
"Latency Avg (ms)": 27.13,
|
|
437
|
-
"Min (ms)": 25.8,
|
|
438
|
-
"Max (ms)": 30.75,
|
|
439
|
-
"Stability": "±0.87%"
|
|
440
|
-
}
|
|
441
|
-
],
|
|
442
|
-
"runTime": 87.77,
|
|
443
|
-
"file": "/Users/revone/projects/data-structure-typed/test/performance/data-structures/binary-tree/tree-multi-map.test.mjs"
|
|
444
|
-
},
|
|
445
|
-
{
|
|
446
|
-
"testName": "tree-multi-set",
|
|
447
|
-
"benchmarks": [
|
|
448
|
-
{
|
|
449
|
-
"Test Case": "1,000,000 add (TreeMultiSet, expanded iteration)",
|
|
450
|
-
"Latency Avg (ms)": 233.76,
|
|
451
|
-
"Min (ms)": 221.86,
|
|
452
|
-
"Max (ms)": 263.58,
|
|
453
|
-
"Stability": "±2.47%"
|
|
454
|
-
},
|
|
455
|
-
{
|
|
456
|
-
"Test Case": "1,000,000 has-only (TreeMultiSet)",
|
|
457
|
-
"Latency Avg (ms)": 130.14,
|
|
458
|
-
"Min (ms)": 123.61,
|
|
459
|
-
"Max (ms)": 139.99,
|
|
460
|
-
"Stability": "±1.51%"
|
|
461
|
-
},
|
|
462
|
-
{
|
|
463
|
-
"Test Case": "1,000,000 count-only (TreeMultiSet)",
|
|
464
|
-
"Latency Avg (ms)": 73.21,
|
|
465
|
-
"Min (ms)": 70.53,
|
|
466
|
-
"Max (ms)": 83.71,
|
|
467
|
-
"Stability": "±1.1%"
|
|
468
|
-
},
|
|
469
|
-
{
|
|
470
|
-
"Test Case": "1,000,000 build+has (TreeMultiSet)",
|
|
471
|
-
"Latency Avg (ms)": 368.22,
|
|
472
|
-
"Min (ms)": 354.26,
|
|
473
|
-
"Max (ms)": 387.34,
|
|
474
|
-
"Stability": "±2.15%"
|
|
475
|
-
},
|
|
476
|
-
{
|
|
477
|
-
"Test Case": "1,000,000 build+count (TreeMultiSet)",
|
|
478
|
-
"Latency Avg (ms)": 307.33,
|
|
479
|
-
"Min (ms)": 295.46,
|
|
480
|
-
"Max (ms)": 324.15,
|
|
481
|
-
"Stability": "±1.58%"
|
|
482
|
-
},
|
|
483
|
-
{
|
|
484
|
-
"Test Case": "100,000 delete-one (TreeMultiSet)",
|
|
485
|
-
"Latency Avg (ms)": 246.79,
|
|
486
|
-
"Min (ms)": 233.35,
|
|
487
|
-
"Max (ms)": 270.91,
|
|
488
|
-
"Stability": "±2.28%"
|
|
489
|
-
},
|
|
490
|
-
{
|
|
491
|
-
"Test Case": "100,000 setCount (TreeMultiSet)",
|
|
492
|
-
"Latency Avg (ms)": 251.85,
|
|
493
|
-
"Min (ms)": 229.99,
|
|
494
|
-
"Max (ms)": 383.39,
|
|
495
|
-
"Stability": "±8.13%"
|
|
496
|
-
},
|
|
497
|
-
{
|
|
498
|
-
"Test Case": "1,000,000 expanded iteration (TreeMultiSet)",
|
|
499
|
-
"Latency Avg (ms)": 59.63,
|
|
500
|
-
"Min (ms)": 57.28,
|
|
501
|
-
"Max (ms)": 65.64,
|
|
502
|
-
"Stability": "±0.76%"
|
|
503
|
-
},
|
|
504
|
-
{
|
|
505
|
-
"Test Case": "1,000,000 entries view (TreeMultiSet)",
|
|
506
|
-
"Latency Avg (ms)": 19.68,
|
|
507
|
-
"Min (ms)": 19.18,
|
|
508
|
-
"Max (ms)": 20.91,
|
|
509
|
-
"Stability": "±0.45%"
|
|
510
|
-
},
|
|
511
|
-
{
|
|
512
|
-
"Test Case": "1,000,000 size property (TreeMultiSet)",
|
|
513
|
-
"Latency Avg (ms)": 0,
|
|
514
|
-
"Min (ms)": 0,
|
|
515
|
-
"Max (ms)": 0,
|
|
516
|
-
"Stability": "±2.77%"
|
|
517
|
-
},
|
|
518
|
-
{
|
|
519
|
-
"Test Case": "1,000,000 distinctSize property (TreeMultiSet)",
|
|
520
|
-
"Latency Avg (ms)": 0,
|
|
521
|
-
"Min (ms)": 0,
|
|
522
|
-
"Max (ms)": 0,
|
|
523
|
-
"Stability": "±2.63%"
|
|
524
|
-
}
|
|
525
|
-
],
|
|
526
|
-
"runTime": 73.31,
|
|
527
|
-
"file": "/Users/revone/projects/data-structure-typed/test/performance/data-structures/binary-tree/tree-multi-set.test.mjs"
|
|
528
|
-
},
|
|
529
|
-
{
|
|
530
|
-
"testName": "doubly-linked-list",
|
|
531
|
-
"benchmarks": [
|
|
532
|
-
{
|
|
533
|
-
"Test Case": "100k push",
|
|
534
|
-
"Latency Avg (ms)": 5.1068,
|
|
535
|
-
"Min (ms)": 4.2918,
|
|
536
|
-
"Max (ms)": 14.02,
|
|
537
|
-
"Stability": "±6.05%"
|
|
538
|
-
},
|
|
539
|
-
{
|
|
540
|
-
"Test Case": "Native JS Array 100k push",
|
|
541
|
-
"Latency Avg (ms)": 1.9327,
|
|
542
|
-
"Min (ms)": 1.7763,
|
|
543
|
-
"Max (ms)": 3.1571,
|
|
544
|
-
"Stability": "±1.84%"
|
|
545
|
-
},
|
|
546
|
-
{
|
|
547
|
-
"Test Case": "100k unshift",
|
|
548
|
-
"Latency Avg (ms)": 5.6251,
|
|
549
|
-
"Min (ms)": 4.6454,
|
|
550
|
-
"Max (ms)": 15.9079,
|
|
551
|
-
"Stability": "±7%"
|
|
552
|
-
},
|
|
553
|
-
{
|
|
554
|
-
"Test Case": "Native JS Array 100k unshift",
|
|
555
|
-
"Latency Avg (ms)": 897.47,
|
|
556
|
-
"Min (ms)": 883.51,
|
|
557
|
-
"Max (ms)": 910.2,
|
|
558
|
-
"Stability": "±1.04%"
|
|
559
|
-
},
|
|
560
|
-
{
|
|
561
|
-
"Test Case": "100k unshift & shift",
|
|
562
|
-
"Latency Avg (ms)": 3.9617,
|
|
563
|
-
"Min (ms)": 3.858,
|
|
564
|
-
"Max (ms)": 4.1419,
|
|
565
|
-
"Stability": "±0.33%"
|
|
566
|
-
},
|
|
567
|
-
{
|
|
568
|
-
"Test Case": "Native JS Array 100k unshift & shift",
|
|
569
|
-
"Latency Avg (ms)": 2229.86,
|
|
570
|
-
"Min (ms)": 1910.81,
|
|
571
|
-
"Max (ms)": 2501.4,
|
|
572
|
-
"Stability": "±8.86%"
|
|
573
|
-
},
|
|
574
|
-
{
|
|
575
|
-
"Test Case": "100k addAt(mid)",
|
|
576
|
-
"Latency Avg (ms)": 1377.93,
|
|
577
|
-
"Min (ms)": 1195.1,
|
|
578
|
-
"Max (ms)": 1652.06,
|
|
579
|
-
"Stability": "±15.36%"
|
|
580
|
-
},
|
|
581
|
-
{
|
|
582
|
-
"Test Case": "100k addBefore (cursor)",
|
|
583
|
-
"Latency Avg (ms)": 6.8479,
|
|
584
|
-
"Min (ms)": 5.236,
|
|
585
|
-
"Max (ms)": 32.4613,
|
|
586
|
-
"Stability": "±14.75%"
|
|
587
|
-
},
|
|
588
|
-
{
|
|
589
|
-
"Test Case": "100k push (js-sdsl)",
|
|
590
|
-
"Latency Avg (ms)": 1.9662,
|
|
591
|
-
"Min (ms)": 1.0558,
|
|
592
|
-
"Max (ms)": 6.8308,
|
|
593
|
-
"Stability": "±15.44%"
|
|
594
|
-
},
|
|
595
|
-
{
|
|
596
|
-
"Test Case": "100k unshift (js-sdsl)",
|
|
597
|
-
"Latency Avg (ms)": 1.6535,
|
|
598
|
-
"Min (ms)": 1.0118,
|
|
599
|
-
"Max (ms)": 3.925,
|
|
600
|
-
"Stability": "±10.01%"
|
|
601
|
-
},
|
|
602
|
-
{
|
|
603
|
-
"Test Case": "100k unshift & shift (js-sdsl)",
|
|
604
|
-
"Latency Avg (ms)": 1.9021,
|
|
605
|
-
"Min (ms)": 1.6716,
|
|
606
|
-
"Max (ms)": 3.2611,
|
|
607
|
-
"Stability": "±1.83%"
|
|
608
|
-
}
|
|
609
|
-
],
|
|
610
|
-
"runTime": 100.81,
|
|
611
|
-
"file": "/Users/revone/projects/data-structure-typed/test/performance/data-structures/linked-list/doubly-linked-list.test.mjs"
|
|
612
|
-
},
|
|
613
|
-
{
|
|
614
|
-
"testName": "singly-linked-list",
|
|
615
|
-
"benchmarks": [
|
|
616
|
-
{
|
|
617
|
-
"Test Case": "100K unshift & shift",
|
|
618
|
-
"Latency Avg (ms)": 3.657,
|
|
619
|
-
"Min (ms)": 3.5484,
|
|
620
|
-
"Max (ms)": 4.0251,
|
|
621
|
-
"Stability": "±0.46%"
|
|
622
|
-
},
|
|
623
|
-
{
|
|
624
|
-
"Test Case": "Native JS Array 100K unshift & shift",
|
|
625
|
-
"Latency Avg (ms)": 1954.99,
|
|
626
|
-
"Min (ms)": 1825.39,
|
|
627
|
-
"Max (ms)": 2144.21,
|
|
628
|
-
"Stability": "±6.46%"
|
|
629
|
-
},
|
|
630
|
-
{
|
|
631
|
-
"Test Case": "10K unshift & shift",
|
|
632
|
-
"Latency Avg (ms)": 0.3519,
|
|
633
|
-
"Min (ms)": 0.345,
|
|
634
|
-
"Max (ms)": 0.3897,
|
|
635
|
-
"Stability": "±0.37%"
|
|
636
|
-
},
|
|
637
|
-
{
|
|
638
|
-
"Test Case": "Native JS Array 10K unshift & shift",
|
|
639
|
-
"Latency Avg (ms)": 6.3455,
|
|
640
|
-
"Min (ms)": 6.0844,
|
|
641
|
-
"Max (ms)": 8.1847,
|
|
642
|
-
"Stability": "±1.2%"
|
|
643
|
-
},
|
|
644
|
-
{
|
|
645
|
-
"Test Case": "10K addAt(mid)",
|
|
646
|
-
"Latency Avg (ms)": 9.6426,
|
|
647
|
-
"Min (ms)": 8.4035,
|
|
648
|
-
"Max (ms)": 13.8878,
|
|
649
|
-
"Stability": "±3.14%"
|
|
650
|
-
},
|
|
651
|
-
{
|
|
652
|
-
"Test Case": "10K addBefore (cursor)",
|
|
653
|
-
"Latency Avg (ms)": 17.47,
|
|
654
|
-
"Min (ms)": 16.84,
|
|
655
|
-
"Max (ms)": 20.98,
|
|
656
|
-
"Stability": "±1.1%"
|
|
657
|
-
}
|
|
658
|
-
],
|
|
659
|
-
"runTime": 50.88,
|
|
660
|
-
"file": "/Users/revone/projects/data-structure-typed/test/performance/data-structures/linked-list/singly-linked-list.test.mjs"
|
|
661
|
-
},
|
|
662
|
-
{
|
|
663
|
-
"testName": "hash-map",
|
|
664
|
-
"benchmarks": [
|
|
665
|
-
{
|
|
666
|
-
"Test Case": "1M set",
|
|
667
|
-
"Latency Avg (ms)": 65.43,
|
|
668
|
-
"Min (ms)": 43.78,
|
|
669
|
-
"Max (ms)": 217.35,
|
|
670
|
-
"Stability": "±20.66%"
|
|
671
|
-
},
|
|
672
|
-
{
|
|
673
|
-
"Test Case": "1M set (js-sdsl)",
|
|
674
|
-
"Latency Avg (ms)": 89.7,
|
|
675
|
-
"Min (ms)": 59.55,
|
|
676
|
-
"Max (ms)": 452.18,
|
|
677
|
-
"Stability": "±25.27%"
|
|
678
|
-
},
|
|
679
|
-
{
|
|
680
|
-
"Test Case": "Native JS Map 1M set",
|
|
681
|
-
"Latency Avg (ms)": 158.98,
|
|
682
|
-
"Min (ms)": 134.87,
|
|
683
|
-
"Max (ms)": 286.31,
|
|
684
|
-
"Stability": "±8.93%"
|
|
685
|
-
},
|
|
686
|
-
{
|
|
687
|
-
"Test Case": "Native JS Set 1M add",
|
|
688
|
-
"Latency Avg (ms)": 117.55,
|
|
689
|
-
"Min (ms)": 107.73,
|
|
690
|
-
"Max (ms)": 193.24,
|
|
691
|
-
"Stability": "±6.03%"
|
|
692
|
-
},
|
|
693
|
-
{
|
|
694
|
-
"Test Case": "1M add HashSet (js-sdsl)",
|
|
695
|
-
"Latency Avg (ms)": 81.63,
|
|
696
|
-
"Min (ms)": 56.29,
|
|
697
|
-
"Max (ms)": 595.88,
|
|
698
|
-
"Stability": "±35.52%"
|
|
699
|
-
},
|
|
700
|
-
{
|
|
701
|
-
"Test Case": "1M set & get",
|
|
702
|
-
"Latency Avg (ms)": 81.86,
|
|
703
|
-
"Min (ms)": 39.81,
|
|
704
|
-
"Max (ms)": 303.57,
|
|
705
|
-
"Stability": "±19.79%"
|
|
706
|
-
},
|
|
707
|
-
{
|
|
708
|
-
"Test Case": "1M set & get (js-sdsl)",
|
|
709
|
-
"Latency Avg (ms)": 72.97,
|
|
710
|
-
"Min (ms)": 63.56,
|
|
711
|
-
"Max (ms)": 159.06,
|
|
712
|
-
"Stability": "±7.7%"
|
|
713
|
-
},
|
|
714
|
-
{
|
|
715
|
-
"Test Case": "Native JS Map 1M set & get",
|
|
716
|
-
"Latency Avg (ms)": 212.83,
|
|
717
|
-
"Min (ms)": 193.59,
|
|
718
|
-
"Max (ms)": 296.22,
|
|
719
|
-
"Stability": "±6.25%"
|
|
720
|
-
},
|
|
721
|
-
{
|
|
722
|
-
"Test Case": "Native JS Set 1M add & has",
|
|
723
|
-
"Latency Avg (ms)": 179.76,
|
|
724
|
-
"Min (ms)": 156.7,
|
|
725
|
-
"Max (ms)": 260.48,
|
|
726
|
-
"Stability": "±7.4%"
|
|
727
|
-
},
|
|
728
|
-
{
|
|
729
|
-
"Test Case": "1M add & has HashSet (js-sdsl)",
|
|
730
|
-
"Latency Avg (ms)": 121.96,
|
|
731
|
-
"Min (ms)": 106.91,
|
|
732
|
-
"Max (ms)": 219.1,
|
|
733
|
-
"Stability": "±8.37%"
|
|
734
|
-
},
|
|
735
|
-
{
|
|
736
|
-
"Test Case": "1M ObjKey set & get",
|
|
737
|
-
"Latency Avg (ms)": 249,
|
|
738
|
-
"Min (ms)": 218.53,
|
|
739
|
-
"Max (ms)": 374.97,
|
|
740
|
-
"Stability": "±11.59%"
|
|
741
|
-
},
|
|
742
|
-
{
|
|
743
|
-
"Test Case": "1M ObjKey set & get (js-sdsl)",
|
|
744
|
-
"Latency Avg (ms)": 399.01,
|
|
745
|
-
"Min (ms)": 366.77,
|
|
746
|
-
"Max (ms)": 511.32,
|
|
747
|
-
"Stability": "±8.06%"
|
|
748
|
-
},
|
|
749
|
-
{
|
|
750
|
-
"Test Case": "Native JS Map 1M ObjKey set & get",
|
|
751
|
-
"Latency Avg (ms)": 223.97,
|
|
752
|
-
"Min (ms)": 197.4,
|
|
753
|
-
"Max (ms)": 316.31,
|
|
754
|
-
"Stability": "±10.69%"
|
|
755
|
-
},
|
|
756
|
-
{
|
|
757
|
-
"Test Case": "Native JS Set 1M ObjKey add & has",
|
|
758
|
-
"Latency Avg (ms)": 187,
|
|
759
|
-
"Min (ms)": 165.54,
|
|
760
|
-
"Max (ms)": 270.67,
|
|
761
|
-
"Stability": "±8.22%"
|
|
762
|
-
}
|
|
763
|
-
],
|
|
764
|
-
"runTime": 91.21,
|
|
765
|
-
"file": "/Users/revone/projects/data-structure-typed/test/performance/data-structures/hash/hash-map.test.mjs"
|
|
766
|
-
},
|
|
767
|
-
{
|
|
768
|
-
"testName": "deque",
|
|
769
|
-
"benchmarks": [
|
|
770
|
-
{
|
|
771
|
-
"Test Case": "1M push",
|
|
772
|
-
"Latency Avg (ms)": 10.98,
|
|
773
|
-
"Min (ms)": 6.38,
|
|
774
|
-
"Max (ms)": 25.07,
|
|
775
|
-
"Stability": "±9.38%"
|
|
776
|
-
},
|
|
777
|
-
{
|
|
778
|
-
"Test Case": "Native JS Array 1M push",
|
|
779
|
-
"Latency Avg (ms)": 24.28,
|
|
780
|
-
"Min (ms)": 22.58,
|
|
781
|
-
"Max (ms)": 26.43,
|
|
782
|
-
"Stability": "±1.14%"
|
|
783
|
-
},
|
|
784
|
-
{
|
|
785
|
-
"Test Case": "1M push & pop",
|
|
786
|
-
"Latency Avg (ms)": 11.56,
|
|
787
|
-
"Min (ms)": 9.77,
|
|
788
|
-
"Max (ms)": 19.2,
|
|
789
|
-
"Stability": "±3.93%"
|
|
790
|
-
},
|
|
791
|
-
{
|
|
792
|
-
"Test Case": "Native JS Array 1M push & pop",
|
|
793
|
-
"Latency Avg (ms)": 30.68,
|
|
794
|
-
"Min (ms)": 26.39,
|
|
795
|
-
"Max (ms)": 112.88,
|
|
796
|
-
"Stability": "±9.32%"
|
|
797
|
-
},
|
|
798
|
-
{
|
|
799
|
-
"Test Case": "1M push & shift",
|
|
800
|
-
"Latency Avg (ms)": 10.95,
|
|
801
|
-
"Min (ms)": 10.19,
|
|
802
|
-
"Max (ms)": 30.6,
|
|
803
|
-
"Stability": "±5.09%"
|
|
804
|
-
},
|
|
805
|
-
{
|
|
806
|
-
"Test Case": "100K push & shift",
|
|
807
|
-
"Latency Avg (ms)": 1.395,
|
|
808
|
-
"Min (ms)": 1.0432,
|
|
809
|
-
"Max (ms)": 3.1726,
|
|
810
|
-
"Stability": "±7.27%"
|
|
811
|
-
},
|
|
812
|
-
{
|
|
813
|
-
"Test Case": "Native JS Array 100K push & shift",
|
|
814
|
-
"Latency Avg (ms)": 1255.31,
|
|
815
|
-
"Min (ms)": 937.23,
|
|
816
|
-
"Max (ms)": 1575.67,
|
|
817
|
-
"Stability": "±15.22%"
|
|
818
|
-
},
|
|
819
|
-
{
|
|
820
|
-
"Test Case": "100K unshift & shift",
|
|
821
|
-
"Latency Avg (ms)": 1.1966,
|
|
822
|
-
"Min (ms)": 1.0944,
|
|
823
|
-
"Max (ms)": 2.2177,
|
|
824
|
-
"Stability": "±3.18%"
|
|
825
|
-
},
|
|
826
|
-
{
|
|
827
|
-
"Test Case": "Native JS Array 100K unshift & shift",
|
|
828
|
-
"Latency Avg (ms)": 1980.94,
|
|
829
|
-
"Min (ms)": 1805.19,
|
|
830
|
-
"Max (ms)": 2208.66,
|
|
831
|
-
"Stability": "±9.58%"
|
|
832
|
-
},
|
|
833
|
-
{
|
|
834
|
-
"Test Case": "1M push (js-sdsl)",
|
|
835
|
-
"Latency Avg (ms)": 7.8495,
|
|
836
|
-
"Min (ms)": 6.1248,
|
|
837
|
-
"Max (ms)": 20.8709,
|
|
838
|
-
"Stability": "±7.45%"
|
|
839
|
-
},
|
|
840
|
-
{
|
|
841
|
-
"Test Case": "1M push & pop (js-sdsl)",
|
|
842
|
-
"Latency Avg (ms)": 12.14,
|
|
843
|
-
"Min (ms)": 10.19,
|
|
844
|
-
"Max (ms)": 41.99,
|
|
845
|
-
"Stability": "±6.98%"
|
|
846
|
-
},
|
|
847
|
-
{
|
|
848
|
-
"Test Case": "100K push & shift (js-sdsl)",
|
|
849
|
-
"Latency Avg (ms)": 1.1509,
|
|
850
|
-
"Min (ms)": 1.0663,
|
|
851
|
-
"Max (ms)": 2.3435,
|
|
852
|
-
"Stability": "±3.2%"
|
|
853
|
-
},
|
|
854
|
-
{
|
|
855
|
-
"Test Case": "100K unshift & shift (js-sdsl)",
|
|
856
|
-
"Latency Avg (ms)": 1.1638,
|
|
857
|
-
"Min (ms)": 1.0932,
|
|
858
|
-
"Max (ms)": 2.4663,
|
|
859
|
-
"Stability": "±3.05%"
|
|
860
|
-
}
|
|
861
|
-
],
|
|
862
|
-
"runTime": 112.53,
|
|
863
|
-
"file": "/Users/revone/projects/data-structure-typed/test/performance/data-structures/queue/deque.test.mjs"
|
|
864
|
-
},
|
|
865
|
-
{
|
|
866
|
-
"testName": "stack",
|
|
867
|
-
"benchmarks": [
|
|
868
|
-
{
|
|
869
|
-
"Test Case": "1M push",
|
|
870
|
-
"Latency Avg (ms)": 28.46,
|
|
871
|
-
"Min (ms)": 23.99,
|
|
872
|
-
"Max (ms)": 81.05,
|
|
873
|
-
"Stability": "±9.49%"
|
|
874
|
-
},
|
|
875
|
-
{
|
|
876
|
-
"Test Case": "1M push (js-sdsl)",
|
|
877
|
-
"Latency Avg (ms)": 31.41,
|
|
878
|
-
"Min (ms)": 24.3,
|
|
879
|
-
"Max (ms)": 96.08,
|
|
880
|
-
"Stability": "±12.38%"
|
|
881
|
-
},
|
|
882
|
-
{
|
|
883
|
-
"Test Case": "Native JS Array 1M push",
|
|
884
|
-
"Latency Avg (ms)": 24.84,
|
|
885
|
-
"Min (ms)": 21.51,
|
|
886
|
-
"Max (ms)": 34.19,
|
|
887
|
-
"Stability": "±2.32%"
|
|
888
|
-
},
|
|
889
|
-
{
|
|
890
|
-
"Test Case": "1M push & pop",
|
|
891
|
-
"Latency Avg (ms)": 28.99,
|
|
892
|
-
"Min (ms)": 26.58,
|
|
893
|
-
"Max (ms)": 37.31,
|
|
894
|
-
"Stability": "±1.94%"
|
|
895
|
-
},
|
|
896
|
-
{
|
|
897
|
-
"Test Case": "1M push & pop (js-sdsl)",
|
|
898
|
-
"Latency Avg (ms)": 32.2,
|
|
899
|
-
"Min (ms)": 25.87,
|
|
900
|
-
"Max (ms)": 174.94,
|
|
901
|
-
"Stability": "±15.85%"
|
|
902
|
-
},
|
|
903
|
-
{
|
|
904
|
-
"Test Case": "Native JS Array 1M push & pop",
|
|
905
|
-
"Latency Avg (ms)": 28.46,
|
|
906
|
-
"Min (ms)": 25.37,
|
|
907
|
-
"Max (ms)": 38.3,
|
|
908
|
-
"Stability": "±1.84%"
|
|
909
|
-
}
|
|
910
|
-
],
|
|
911
|
-
"runTime": 43.05,
|
|
912
|
-
"file": "/Users/revone/projects/data-structure-typed/test/performance/data-structures/stack/stack.test.mjs"
|
|
913
|
-
},
|
|
914
|
-
{
|
|
915
|
-
"testName": "red-black-tree",
|
|
916
|
-
"benchmarks": [
|
|
917
|
-
{
|
|
918
|
-
"Test Case": "1,000,000 get",
|
|
919
|
-
"Latency Avg (ms)": 98.97,
|
|
920
|
-
"Min (ms)": 83.42,
|
|
921
|
-
"Max (ms)": 112.38,
|
|
922
|
-
"Stability": "±17.87%"
|
|
923
|
-
},
|
|
924
|
-
{
|
|
925
|
-
"Test Case": "1,000,000 get (Node Mode)",
|
|
926
|
-
"Latency Avg (ms)": 259.04,
|
|
927
|
-
"Min (ms)": 249.78,
|
|
928
|
-
"Max (ms)": 271.26,
|
|
929
|
-
"Stability": "±4.18%"
|
|
930
|
-
},
|
|
931
|
-
{
|
|
932
|
-
"Test Case": "1,000,000 get (js-sdsl)",
|
|
933
|
-
"Latency Avg (ms)": 137.55,
|
|
934
|
-
"Min (ms)": 134.26,
|
|
935
|
-
"Max (ms)": 141.56,
|
|
936
|
-
"Stability": "±2.74%"
|
|
937
|
-
},
|
|
938
|
-
{
|
|
939
|
-
"Test Case": "200,000 rangeSearch SEQ",
|
|
940
|
-
"Latency Avg (ms)": 1150.86,
|
|
941
|
-
"Min (ms)": 1110.75,
|
|
942
|
-
"Max (ms)": 1213.28,
|
|
943
|
-
"Stability": "±4.92%"
|
|
944
|
-
},
|
|
945
|
-
{
|
|
946
|
-
"Test Case": "200,000 rangeSearch RAND",
|
|
947
|
-
"Latency Avg (ms)": 1612.65,
|
|
948
|
-
"Min (ms)": 1602.88,
|
|
949
|
-
"Max (ms)": 1627.28,
|
|
950
|
-
"Stability": "±0.81%"
|
|
951
|
-
},
|
|
952
|
-
{
|
|
953
|
-
"Test Case": "1,000,000 upd SEQ",
|
|
954
|
-
"Latency Avg (ms)": 81.06,
|
|
955
|
-
"Min (ms)": 72.06,
|
|
956
|
-
"Max (ms)": 93.19,
|
|
957
|
-
"Stability": "±13.68%"
|
|
958
|
-
},
|
|
959
|
-
{
|
|
960
|
-
"Test Case": "1,000,000 upd SEQ (Node Mode)",
|
|
961
|
-
"Latency Avg (ms)": 229.33,
|
|
962
|
-
"Min (ms)": 220.17,
|
|
963
|
-
"Max (ms)": 239.27,
|
|
964
|
-
"Stability": "±3.95%"
|
|
965
|
-
},
|
|
966
|
-
{
|
|
967
|
-
"Test Case": "1,000,000 upd SEQ (js-sdsl)",
|
|
968
|
-
"Latency Avg (ms)": 174.39,
|
|
969
|
-
"Min (ms)": 101.64,
|
|
970
|
-
"Max (ms)": 212.18,
|
|
971
|
-
"Stability": "±30.06%"
|
|
972
|
-
},
|
|
973
|
-
{
|
|
974
|
-
"Test Case": "1,000,000 upd RAND",
|
|
975
|
-
"Latency Avg (ms)": 110.29,
|
|
976
|
-
"Min (ms)": 94.89,
|
|
977
|
-
"Max (ms)": 115.77,
|
|
978
|
-
"Stability": "±9.78%"
|
|
979
|
-
},
|
|
980
|
-
{
|
|
981
|
-
"Test Case": "1,000,000 upd RAND (Node Mode)",
|
|
982
|
-
"Latency Avg (ms)": 378.95,
|
|
983
|
-
"Min (ms)": 371.11,
|
|
984
|
-
"Max (ms)": 384.49,
|
|
985
|
-
"Stability": "±1.83%"
|
|
986
|
-
},
|
|
987
|
-
{
|
|
988
|
-
"Test Case": "1,000,000 upd RAND (js-sdsl)",
|
|
989
|
-
"Latency Avg (ms)": 301.59,
|
|
990
|
-
"Min (ms)": 292.13,
|
|
991
|
-
"Max (ms)": 311.27,
|
|
992
|
-
"Stability": "±3.01%"
|
|
993
|
-
},
|
|
994
|
-
{
|
|
995
|
-
"Test Case": "1,000,000 ins SEQ",
|
|
996
|
-
"Latency Avg (ms)": 544.99,
|
|
997
|
-
"Min (ms)": 461.28,
|
|
998
|
-
"Max (ms)": 864.21,
|
|
999
|
-
"Stability": "±40.65%"
|
|
1000
|
-
},
|
|
1001
|
-
{
|
|
1002
|
-
"Test Case": "1,000,000 ins SEQ (Node Mode)",
|
|
1003
|
-
"Latency Avg (ms)": 194,
|
|
1004
|
-
"Min (ms)": 189.22,
|
|
1005
|
-
"Max (ms)": 198.17,
|
|
1006
|
-
"Stability": "±2.79%"
|
|
1007
|
-
},
|
|
1008
|
-
{
|
|
1009
|
-
"Test Case": "1,000,000 ins SEQ (js-sdsl)",
|
|
1010
|
-
"Latency Avg (ms)": 86.56,
|
|
1011
|
-
"Min (ms)": 78.21,
|
|
1012
|
-
"Max (ms)": 93.44,
|
|
1013
|
-
"Stability": "±7.90%"
|
|
1014
|
-
},
|
|
1015
|
-
{
|
|
1016
|
-
"Test Case": "1,000,000 ins RAND",
|
|
1017
|
-
"Latency Avg (ms)": 1025.93,
|
|
1018
|
-
"Min (ms)": 1008.09,
|
|
1019
|
-
"Max (ms)": 1040.16,
|
|
1020
|
-
"Stability": "±1.56%"
|
|
1021
|
-
},
|
|
1022
|
-
{
|
|
1023
|
-
"Test Case": "1,000,000 ins RAND (Node Mode)",
|
|
1024
|
-
"Latency Avg (ms)": 906.98,
|
|
1025
|
-
"Min (ms)": 898.92,
|
|
1026
|
-
"Max (ms)": 914.62,
|
|
1027
|
-
"Stability": "±0.79%"
|
|
1028
|
-
},
|
|
1029
|
-
{
|
|
1030
|
-
"Test Case": "1,000,000 ins RAND (js-sdsl)",
|
|
1031
|
-
"Latency Avg (ms)": 636.16,
|
|
1032
|
-
"Min (ms)": 615.46,
|
|
1033
|
-
"Max (ms)": 656.61,
|
|
1034
|
-
"Stability": "±3.66%"
|
|
1035
|
-
},
|
|
1036
|
-
{
|
|
1037
|
-
"Test Case": "1,000,000 keys-only",
|
|
1038
|
-
"Latency Avg (ms)": 3.8192,
|
|
1039
|
-
"Min (ms)": 2.7242,
|
|
1040
|
-
"Max (ms)": 5.2749,
|
|
1041
|
-
"Stability": "±36.24%"
|
|
1042
|
-
}
|
|
1043
|
-
],
|
|
1044
|
-
"runTime": 83.49,
|
|
1045
|
-
"file": "/Users/revone/projects/data-structure-typed/test/performance/data-structures/binary-tree/red-black-tree.test.mjs"
|
|
1046
|
-
},
|
|
1047
|
-
{
|
|
1048
|
-
"testName": "avl-tree",
|
|
1049
|
-
"benchmarks": [
|
|
1050
|
-
{
|
|
1051
|
-
"Test Case": "100K add randomly",
|
|
1052
|
-
"Latency Avg (ms)": 146.42,
|
|
1053
|
-
"Min (ms)": 139.05,
|
|
1054
|
-
"Max (ms)": 191.55,
|
|
1055
|
-
"Stability": "±3.4%"
|
|
1056
|
-
},
|
|
1057
|
-
{
|
|
1058
|
-
"Test Case": "100K add",
|
|
1059
|
-
"Latency Avg (ms)": 120.24,
|
|
1060
|
-
"Min (ms)": 114.57,
|
|
1061
|
-
"Max (ms)": 143,
|
|
1062
|
-
"Stability": "±1.83%"
|
|
1063
|
-
},
|
|
1064
|
-
{
|
|
1065
|
-
"Test Case": "100K get",
|
|
1066
|
-
"Latency Avg (ms)": 4.6116,
|
|
1067
|
-
"Min (ms)": 4.112,
|
|
1068
|
-
"Max (ms)": 5.875,
|
|
1069
|
-
"Stability": "±1.85%"
|
|
1070
|
-
},
|
|
1071
|
-
{
|
|
1072
|
-
"Test Case": "100K getNode",
|
|
1073
|
-
"Latency Avg (ms)": 31.34,
|
|
1074
|
-
"Min (ms)": 29.81,
|
|
1075
|
-
"Max (ms)": 36.57,
|
|
1076
|
-
"Stability": "±1.08%"
|
|
1077
|
-
},
|
|
1078
|
-
{
|
|
1079
|
-
"Test Case": "100K iterator",
|
|
1080
|
-
"Latency Avg (ms)": 6.1388,
|
|
1081
|
-
"Min (ms)": 5.6668,
|
|
1082
|
-
"Max (ms)": 7.466,
|
|
1083
|
-
"Stability": "±1.35%"
|
|
1084
|
-
},
|
|
1085
|
-
{
|
|
1086
|
-
"Test Case": "100K add & delete orderly",
|
|
1087
|
-
"Latency Avg (ms)": 180.78,
|
|
1088
|
-
"Min (ms)": 175.71,
|
|
1089
|
-
"Max (ms)": 215.2,
|
|
1090
|
-
"Stability": "±2.45%"
|
|
1091
|
-
},
|
|
1092
|
-
{
|
|
1093
|
-
"Test Case": "100K add & delete randomly",
|
|
1094
|
-
"Latency Avg (ms)": 218.68,
|
|
1095
|
-
"Min (ms)": 211.13,
|
|
1096
|
-
"Max (ms)": 227.68,
|
|
1097
|
-
"Stability": "±1.05%"
|
|
1098
|
-
},
|
|
1099
|
-
{
|
|
1100
|
-
"Test Case": "AVL Tree 100K rangeSearch queries",
|
|
1101
|
-
"Latency Avg (ms)": 1352.3,
|
|
1102
|
-
"Min (ms)": 1333.26,
|
|
1103
|
-
"Max (ms)": 1370.64,
|
|
1104
|
-
"Stability": "±1.12%"
|
|
1105
|
-
}
|
|
1106
|
-
],
|
|
1107
|
-
"runTime": 58.79,
|
|
1108
|
-
"file": "/Users/revone/projects/data-structure-typed/test/performance/data-structures/binary-tree/avl-tree.test.mjs"
|
|
1109
|
-
},
|
|
1110
|
-
{
|
|
1111
|
-
"testName": "bst",
|
|
1112
|
-
"benchmarks": [
|
|
1113
|
-
{
|
|
1114
|
-
"Test Case": "10,000 add randomly",
|
|
1115
|
-
"Latency Avg (ms)": 6.2675,
|
|
1116
|
-
"Min (ms)": 5.7848,
|
|
1117
|
-
"Max (ms)": 8.2385,
|
|
1118
|
-
"Stability": "±1.17%"
|
|
1119
|
-
},
|
|
1120
|
-
{
|
|
1121
|
-
"Test Case": "10,000 add & delete randomly",
|
|
1122
|
-
"Latency Avg (ms)": 11.03,
|
|
1123
|
-
"Min (ms)": 10.63,
|
|
1124
|
-
"Max (ms)": 13.23,
|
|
1125
|
-
"Stability": "±0.74%"
|
|
1126
|
-
},
|
|
1127
|
-
{
|
|
1128
|
-
"Test Case": "10,000 addMany",
|
|
1129
|
-
"Latency Avg (ms)": 11.93,
|
|
1130
|
-
"Min (ms)": 11.12,
|
|
1131
|
-
"Max (ms)": 12.53,
|
|
1132
|
-
"Stability": "±0.66%"
|
|
1133
|
-
},
|
|
1134
|
-
{
|
|
1135
|
-
"Test Case": "10,000 get",
|
|
1136
|
-
"Latency Avg (ms)": 16.92,
|
|
1137
|
-
"Min (ms)": 11.35,
|
|
1138
|
-
"Max (ms)": 231.5,
|
|
1139
|
-
"Stability": "±46.92%"
|
|
1140
|
-
}
|
|
1141
|
-
],
|
|
1142
|
-
"runTime": 21.62,
|
|
1143
|
-
"file": "/Users/revone/projects/data-structure-typed/test/performance/data-structures/binary-tree/bst.test.mjs"
|
|
1144
|
-
},
|
|
1145
|
-
{
|
|
1146
|
-
"testName": "trie",
|
|
1147
|
-
"benchmarks": [
|
|
1148
|
-
{
|
|
1149
|
-
"Test Case": "100,000 add",
|
|
1150
|
-
"Latency Avg (ms)": 257.47,
|
|
1151
|
-
"Min (ms)": 82.81,
|
|
1152
|
-
"Max (ms)": 2186.79,
|
|
1153
|
-
"Stability": "±82.38%"
|
|
1154
|
-
},
|
|
1155
|
-
{
|
|
1156
|
-
"Test Case": "100,000 getWords",
|
|
1157
|
-
"Latency Avg (ms)": 15858.61,
|
|
1158
|
-
"Min (ms)": 15402.9,
|
|
1159
|
-
"Max (ms)": 16681.99,
|
|
1160
|
-
"Stability": "±4.01%"
|
|
1161
|
-
}
|
|
1162
|
-
],
|
|
1163
|
-
"runTime": 166.86,
|
|
1164
|
-
"file": "/Users/revone/projects/data-structure-typed/test/performance/data-structures/trie/trie.test.mjs"
|
|
1165
|
-
},
|
|
1166
|
-
{
|
|
1167
|
-
"testName": "directed-graph",
|
|
1168
|
-
"benchmarks": [
|
|
1169
|
-
{
|
|
1170
|
-
"Test Case": "1,000 addVertex",
|
|
1171
|
-
"Latency Avg (ms)": 0.0532,
|
|
1172
|
-
"Min (ms)": 0.0492,
|
|
1173
|
-
"Max (ms)": 0.0626,
|
|
1174
|
-
"Stability": "±1%"
|
|
1175
|
-
},
|
|
1176
|
-
{
|
|
1177
|
-
"Test Case": "1,000 addEdge",
|
|
1178
|
-
"Latency Avg (ms)": 0,
|
|
1179
|
-
"Min (ms)": null,
|
|
1180
|
-
"Max (ms)": null,
|
|
1181
|
-
"Stability": "±0%"
|
|
1182
|
-
},
|
|
1183
|
-
{
|
|
1184
|
-
"Test Case": "1,000 getVertex",
|
|
1185
|
-
"Latency Avg (ms)": 38.93,
|
|
1186
|
-
"Min (ms)": 37.39,
|
|
1187
|
-
"Max (ms)": 40.44,
|
|
1188
|
-
"Stability": "±0.4%"
|
|
1189
|
-
},
|
|
1190
|
-
{
|
|
1191
|
-
"Test Case": "1,000 getEdge",
|
|
1192
|
-
"Latency Avg (ms)": 77.81,
|
|
1193
|
-
"Min (ms)": 74.74,
|
|
1194
|
-
"Max (ms)": 87.38,
|
|
1195
|
-
"Stability": "±0.78%"
|
|
1196
|
-
},
|
|
1197
|
-
{
|
|
1198
|
-
"Test Case": "tarjan",
|
|
1199
|
-
"Latency Avg (ms)": 0.4219,
|
|
1200
|
-
"Min (ms)": 0.3991,
|
|
1201
|
-
"Max (ms)": 0.4419,
|
|
1202
|
-
"Stability": "±0.39%"
|
|
1203
|
-
},
|
|
1204
|
-
{
|
|
1205
|
-
"Test Case": "topologicalSort",
|
|
1206
|
-
"Latency Avg (ms)": 0.2641,
|
|
1207
|
-
"Min (ms)": 0.2567,
|
|
1208
|
-
"Max (ms)": 0.2835,
|
|
1209
|
-
"Stability": "±0.48%"
|
|
1210
|
-
}
|
|
1211
|
-
],
|
|
1212
|
-
"runTime": 27.72,
|
|
1213
|
-
"file": "/Users/revone/projects/data-structure-typed/test/performance/data-structures/graph/directed-graph.test.mjs"
|
|
1214
|
-
},
|
|
1215
|
-
{
|
|
1216
|
-
"testName": "binary-tree",
|
|
1217
|
-
"benchmarks": [
|
|
1218
|
-
{
|
|
1219
|
-
"Test Case": "1,000 add randomly",
|
|
1220
|
-
"Latency Avg (ms)": 11.09,
|
|
1221
|
-
"Min (ms)": 10.35,
|
|
1222
|
-
"Max (ms)": 13.04,
|
|
1223
|
-
"Stability": "±0.98%"
|
|
1224
|
-
},
|
|
1225
|
-
{
|
|
1226
|
-
"Test Case": "1,000 add & delete randomly",
|
|
1227
|
-
"Latency Avg (ms)": 11.2,
|
|
1228
|
-
"Min (ms)": 10.81,
|
|
1229
|
-
"Max (ms)": 11.87,
|
|
1230
|
-
"Stability": "±0.44%"
|
|
1231
|
-
},
|
|
1232
|
-
{
|
|
1233
|
-
"Test Case": "1,000 addMany",
|
|
1234
|
-
"Latency Avg (ms)": 11.06,
|
|
1235
|
-
"Min (ms)": 10.78,
|
|
1236
|
-
"Max (ms)": 12.88,
|
|
1237
|
-
"Stability": "±0.65%"
|
|
1238
|
-
},
|
|
1239
|
-
{
|
|
1240
|
-
"Test Case": "1,000 get",
|
|
1241
|
-
"Latency Avg (ms)": 11.08,
|
|
1242
|
-
"Min (ms)": 10.64,
|
|
1243
|
-
"Max (ms)": 11.76,
|
|
1244
|
-
"Stability": "±0.51%"
|
|
1245
|
-
},
|
|
1246
|
-
{
|
|
1247
|
-
"Test Case": "1,000 has",
|
|
1248
|
-
"Latency Avg (ms)": 14.68,
|
|
1249
|
-
"Min (ms)": 10.92,
|
|
1250
|
-
"Max (ms)": 194.04,
|
|
1251
|
-
"Stability": "±46.06%"
|
|
1252
|
-
},
|
|
1253
|
-
{
|
|
1254
|
-
"Test Case": "1,000 dfs",
|
|
1255
|
-
"Latency Avg (ms)": 108.11,
|
|
1256
|
-
"Min (ms)": 103.04,
|
|
1257
|
-
"Max (ms)": 113.7,
|
|
1258
|
-
"Stability": "±0.75%"
|
|
1259
|
-
},
|
|
1260
|
-
{
|
|
1261
|
-
"Test Case": "1,000 bfs",
|
|
1262
|
-
"Latency Avg (ms)": 46.99,
|
|
1263
|
-
"Min (ms)": 45.17,
|
|
1264
|
-
"Max (ms)": 54.89,
|
|
1265
|
-
"Stability": "±1.35%"
|
|
1266
|
-
},
|
|
1267
|
-
{
|
|
1268
|
-
"Test Case": "1,000 morris",
|
|
1269
|
-
"Latency Avg (ms)": 41.61,
|
|
1270
|
-
"Min (ms)": 39.97,
|
|
1271
|
-
"Max (ms)": 43.66,
|
|
1272
|
-
"Stability": "±0.67%"
|
|
1273
|
-
}
|
|
1274
|
-
],
|
|
1275
|
-
"runTime": 44.52,
|
|
1276
|
-
"file": "/Users/revone/projects/data-structure-typed/test/performance/data-structures/binary-tree/binary-tree.test.mjs"
|
|
1277
|
-
},
|
|
1278
|
-
{
|
|
1279
|
-
"testName": "priority-queue",
|
|
1280
|
-
"benchmarks": [
|
|
1281
|
-
{
|
|
1282
|
-
"Test Case": "100,000 add",
|
|
1283
|
-
"Latency Avg (ms)": 4.5393,
|
|
1284
|
-
"Min (ms)": 3.9926,
|
|
1285
|
-
"Max (ms)": 10.2987,
|
|
1286
|
-
"Stability": "±4.68%"
|
|
1287
|
-
},
|
|
1288
|
-
{
|
|
1289
|
-
"Test Case": "100,000 add (js-sdsl)",
|
|
1290
|
-
"Latency Avg (ms)": 5.0825,
|
|
1291
|
-
"Min (ms)": 4.8088,
|
|
1292
|
-
"Max (ms)": 5.9743,
|
|
1293
|
-
"Stability": "±1.06%"
|
|
1294
|
-
},
|
|
1295
|
-
{
|
|
1296
|
-
"Test Case": "100,000 add & poll",
|
|
1297
|
-
"Latency Avg (ms)": 22.77,
|
|
1298
|
-
"Min (ms)": 21.62,
|
|
1299
|
-
"Max (ms)": 30.58,
|
|
1300
|
-
"Stability": "±1.49%"
|
|
1301
|
-
},
|
|
1302
|
-
{
|
|
1303
|
-
"Test Case": "100,000 add & poll (js-sdsl)",
|
|
1304
|
-
"Latency Avg (ms)": 23.18,
|
|
1305
|
-
"Min (ms)": 22.2,
|
|
1306
|
-
"Max (ms)": 25.08,
|
|
1307
|
-
"Stability": "±0.8%"
|
|
1308
|
-
}
|
|
1309
|
-
],
|
|
1310
|
-
"runTime": 21.9,
|
|
1311
|
-
"file": "/Users/revone/projects/data-structure-typed/test/performance/data-structures/priority-queue/priority-queue.test.mjs"
|
|
1312
|
-
},
|
|
1313
|
-
{
|
|
1314
|
-
"testName": "queue",
|
|
1315
|
-
"benchmarks": [
|
|
1316
|
-
{
|
|
1317
|
-
"Test Case": "1,000,000 push",
|
|
1318
|
-
"Latency Avg (ms)": 29.46,
|
|
1319
|
-
"Min (ms)": 25.57,
|
|
1320
|
-
"Max (ms)": 38.92,
|
|
1321
|
-
"Stability": "±2.7%"
|
|
1322
|
-
},
|
|
1323
|
-
{
|
|
1324
|
-
"Test Case": "100,000 push & shift",
|
|
1325
|
-
"Latency Avg (ms)": 3.3554,
|
|
1326
|
-
"Min (ms)": 2.9757,
|
|
1327
|
-
"Max (ms)": 8.4665,
|
|
1328
|
-
"Stability": "±3.66%"
|
|
1329
|
-
},
|
|
1330
|
-
{
|
|
1331
|
-
"Test Case": "Native JS Array 1,000,000 push",
|
|
1332
|
-
"Latency Avg (ms)": 25.29,
|
|
1333
|
-
"Min (ms)": 22.43,
|
|
1334
|
-
"Max (ms)": 79.02,
|
|
1335
|
-
"Stability": "±7.99%"
|
|
1336
|
-
},
|
|
1337
|
-
{
|
|
1338
|
-
"Test Case": "Native JS Array 100,000 push & shift",
|
|
1339
|
-
"Latency Avg (ms)": 1160.09,
|
|
1340
|
-
"Min (ms)": 982.17,
|
|
1341
|
-
"Max (ms)": 1396.24,
|
|
1342
|
-
"Stability": "±16.19%"
|
|
1343
|
-
},
|
|
1344
|
-
{
|
|
1345
|
-
"Test Case": "1,000,000 push (js-sdsl)",
|
|
1346
|
-
"Latency Avg (ms)": 33.31,
|
|
1347
|
-
"Min (ms)": 28.7,
|
|
1348
|
-
"Max (ms)": 116.24,
|
|
1349
|
-
"Stability": "±10.52%"
|
|
1350
|
-
},
|
|
1351
|
-
{
|
|
1352
|
-
"Test Case": "100,000 push & shift (js-sdsl)",
|
|
1353
|
-
"Latency Avg (ms)": 3.0014,
|
|
1354
|
-
"Min (ms)": 2.4596,
|
|
1355
|
-
"Max (ms)": 15.2711,
|
|
1356
|
-
"Stability": "±11.06%"
|
|
1357
|
-
}
|
|
1358
|
-
],
|
|
1359
|
-
"runTime": 51.57,
|
|
1360
|
-
"file": "/Users/revone/projects/data-structure-typed/test/performance/data-structures/queue/queue.test.mjs"
|
|
1361
|
-
}
|
|
1362
|
-
],
|
|
1363
|
-
"native": [
|
|
1364
|
-
{
|
|
1365
|
-
"testName": "tree-map",
|
|
1366
|
-
"benchmarks": [
|
|
1367
|
-
{
|
|
1368
|
-
"Test Case": "1M set std::map",
|
|
1369
|
-
"Latency Avg (ms)": 512,
|
|
1370
|
-
"Min (ms)": 486.4,
|
|
1371
|
-
"Max (ms)": 537.6,
|
|
1372
|
-
"Stability": "±2.50%"
|
|
1373
|
-
},
|
|
1374
|
-
{
|
|
1375
|
-
"Test Case": "1M get std::map",
|
|
1376
|
-
"Latency Avg (ms)": 322,
|
|
1377
|
-
"Min (ms)": 305.9,
|
|
1378
|
-
"Max (ms)": 338.1,
|
|
1379
|
-
"Stability": "±2.50%"
|
|
1380
|
-
},
|
|
1381
|
-
{
|
|
1382
|
-
"Test Case": "1M build+get std::map",
|
|
1383
|
-
"Latency Avg (ms)": 819,
|
|
1384
|
-
"Min (ms)": 778.05,
|
|
1385
|
-
"Max (ms)": 859.95,
|
|
1386
|
-
"Stability": "±2.50%"
|
|
1387
|
-
}
|
|
1388
|
-
],
|
|
1389
|
-
"isNative": true
|
|
1390
|
-
},
|
|
1391
|
-
{
|
|
1392
|
-
"testName": "tree-set",
|
|
1393
|
-
"benchmarks": [
|
|
1394
|
-
{
|
|
1395
|
-
"Test Case": "1M add std::set",
|
|
1396
|
-
"Latency Avg (ms)": 462,
|
|
1397
|
-
"Min (ms)": 438.9,
|
|
1398
|
-
"Max (ms)": 485.1,
|
|
1399
|
-
"Stability": "±2.50%"
|
|
1400
|
-
},
|
|
1401
|
-
{
|
|
1402
|
-
"Test Case": "1M has std::set",
|
|
1403
|
-
"Latency Avg (ms)": 444,
|
|
1404
|
-
"Min (ms)": 421.8,
|
|
1405
|
-
"Max (ms)": 466.2,
|
|
1406
|
-
"Stability": "±2.50%"
|
|
1407
|
-
},
|
|
1408
|
-
{
|
|
1409
|
-
"Test Case": "1M build+has std::set",
|
|
1410
|
-
"Latency Avg (ms)": 837,
|
|
1411
|
-
"Min (ms)": 795.15,
|
|
1412
|
-
"Max (ms)": 878.85,
|
|
1413
|
-
"Stability": "±2.50%"
|
|
1414
|
-
}
|
|
1415
|
-
],
|
|
1416
|
-
"isNative": true
|
|
1417
|
-
},
|
|
1418
|
-
{
|
|
1419
|
-
"testName": "tree-multi-map",
|
|
1420
|
-
"benchmarks": [
|
|
1421
|
-
{
|
|
1422
|
-
"Test Case": "1M add std::multimap",
|
|
1423
|
-
"Latency Avg (ms)": 731,
|
|
1424
|
-
"Min (ms)": 694.45,
|
|
1425
|
-
"Max (ms)": 767.55,
|
|
1426
|
-
"Stability": "±2.50%"
|
|
1427
|
-
},
|
|
1428
|
-
{
|
|
1429
|
-
"Test Case": "1M has std::multimap",
|
|
1430
|
-
"Latency Avg (ms)": 833,
|
|
1431
|
-
"Min (ms)": 791.35,
|
|
1432
|
-
"Max (ms)": 874.65,
|
|
1433
|
-
"Stability": "±2.50%"
|
|
1434
|
-
},
|
|
1435
|
-
{
|
|
1436
|
-
"Test Case": "1M get std::multimap",
|
|
1437
|
-
"Latency Avg (ms)": 1553,
|
|
1438
|
-
"Min (ms)": 1475.35,
|
|
1439
|
-
"Max (ms)": 1630.65,
|
|
1440
|
-
"Stability": "±2.50%"
|
|
1441
|
-
},
|
|
1442
|
-
{
|
|
1443
|
-
"Test Case": "1M count std::multimap",
|
|
1444
|
-
"Latency Avg (ms)": 1548,
|
|
1445
|
-
"Min (ms)": 1470.6,
|
|
1446
|
-
"Max (ms)": 1625.4,
|
|
1447
|
-
"Stability": "±2.50%"
|
|
1448
|
-
},
|
|
1449
|
-
{
|
|
1450
|
-
"Test Case": "1M build+has std::multimap",
|
|
1451
|
-
"Latency Avg (ms)": 1519,
|
|
1452
|
-
"Min (ms)": 1443.05,
|
|
1453
|
-
"Max (ms)": 1594.95,
|
|
1454
|
-
"Stability": "±2.50%"
|
|
1455
|
-
},
|
|
1456
|
-
{
|
|
1457
|
-
"Test Case": "1M build+get std::multimap",
|
|
1458
|
-
"Latency Avg (ms)": 2263,
|
|
1459
|
-
"Min (ms)": 2149.85,
|
|
1460
|
-
"Max (ms)": 2376.15,
|
|
1461
|
-
"Stability": "±2.50%"
|
|
1462
|
-
},
|
|
1463
|
-
{
|
|
1464
|
-
"Test Case": "1M iterate std::multimap",
|
|
1465
|
-
"Latency Avg (ms)": 109,
|
|
1466
|
-
"Min (ms)": 103.55,
|
|
1467
|
-
"Max (ms)": 114.45,
|
|
1468
|
-
"Stability": "±2.50%"
|
|
1469
|
-
}
|
|
1470
|
-
],
|
|
1471
|
-
"isNative": true
|
|
1472
|
-
},
|
|
1473
|
-
{
|
|
1474
|
-
"testName": "tree-multi-set",
|
|
1475
|
-
"benchmarks": [
|
|
1476
|
-
{
|
|
1477
|
-
"Test Case": "1M add std::multiset",
|
|
1478
|
-
"Latency Avg (ms)": 752,
|
|
1479
|
-
"Min (ms)": 714.4,
|
|
1480
|
-
"Max (ms)": 789.6,
|
|
1481
|
-
"Stability": "±2.50%"
|
|
1482
|
-
},
|
|
1483
|
-
{
|
|
1484
|
-
"Test Case": "1M has std::multiset",
|
|
1485
|
-
"Latency Avg (ms)": 756,
|
|
1486
|
-
"Min (ms)": 718.2,
|
|
1487
|
-
"Max (ms)": 793.8,
|
|
1488
|
-
"Stability": "±2.50%"
|
|
1489
|
-
},
|
|
1490
|
-
{
|
|
1491
|
-
"Test Case": "1M count std::multiset",
|
|
1492
|
-
"Latency Avg (ms)": 1332,
|
|
1493
|
-
"Min (ms)": 1265.4,
|
|
1494
|
-
"Max (ms)": 1398.6,
|
|
1495
|
-
"Stability": "±2.50%"
|
|
1496
|
-
},
|
|
1497
|
-
{
|
|
1498
|
-
"Test Case": "1M build+has std::multiset",
|
|
1499
|
-
"Latency Avg (ms)": 1406,
|
|
1500
|
-
"Min (ms)": 1335.7,
|
|
1501
|
-
"Max (ms)": 1476.3,
|
|
1502
|
-
"Stability": "±2.50%"
|
|
1503
|
-
},
|
|
1504
|
-
{
|
|
1505
|
-
"Test Case": "1M build+count std::multiset",
|
|
1506
|
-
"Latency Avg (ms)": 1909,
|
|
1507
|
-
"Min (ms)": 1813.55,
|
|
1508
|
-
"Max (ms)": 2004.45,
|
|
1509
|
-
"Stability": "±2.50%"
|
|
1510
|
-
}
|
|
1511
|
-
],
|
|
1512
|
-
"isNative": true
|
|
1513
|
-
},
|
|
1514
|
-
{
|
|
1515
|
-
"testName": "doubly-linked-list",
|
|
1516
|
-
"benchmarks": [
|
|
1517
|
-
{
|
|
1518
|
-
"Test Case": "100k push",
|
|
1519
|
-
"Latency Avg (ms)": 5.7,
|
|
1520
|
-
"Min (ms)": 5.42,
|
|
1521
|
-
"Max (ms)": 5.99,
|
|
1522
|
-
"Stability": "±2.50%"
|
|
1523
|
-
},
|
|
1524
|
-
{
|
|
1525
|
-
"Test Case": "100k unshift",
|
|
1526
|
-
"Latency Avg (ms)": 5.85,
|
|
1527
|
-
"Min (ms)": 5.56,
|
|
1528
|
-
"Max (ms)": 6.14,
|
|
1529
|
-
"Stability": "±2.50%"
|
|
1530
|
-
},
|
|
1531
|
-
{
|
|
1532
|
-
"Test Case": "100k unshift & shift",
|
|
1533
|
-
"Latency Avg (ms)": 5.74,
|
|
1534
|
-
"Min (ms)": 5.45,
|
|
1535
|
-
"Max (ms)": 6.02,
|
|
1536
|
-
"Stability": "±2.50%"
|
|
1537
|
-
},
|
|
1538
|
-
{
|
|
1539
|
-
"Test Case": "100k addAt(mid)/iterations:1",
|
|
1540
|
-
"Latency Avg (ms)": 754.81,
|
|
1541
|
-
"Min (ms)": 717.07,
|
|
1542
|
-
"Max (ms)": 792.55,
|
|
1543
|
-
"Stability": "±2.50%"
|
|
1544
|
-
},
|
|
1545
|
-
{
|
|
1546
|
-
"Test Case": "100k addBefore (cursor)",
|
|
1547
|
-
"Latency Avg (ms)": 6.18,
|
|
1548
|
-
"Min (ms)": 5.87,
|
|
1549
|
-
"Max (ms)": 6.49,
|
|
1550
|
-
"Stability": "±2.50%"
|
|
1551
|
-
}
|
|
1552
|
-
],
|
|
1553
|
-
"isNative": true
|
|
1554
|
-
},
|
|
1555
|
-
{
|
|
1556
|
-
"testName": "singly-linked-list",
|
|
1557
|
-
"benchmarks": [
|
|
1558
|
-
{
|
|
1559
|
-
"Test Case": "100K unshift & shift",
|
|
1560
|
-
"Latency Avg (ms)": 4.8,
|
|
1561
|
-
"Min (ms)": 4.56,
|
|
1562
|
-
"Max (ms)": 5.04,
|
|
1563
|
-
"Stability": "±2.50%"
|
|
1564
|
-
},
|
|
1565
|
-
{
|
|
1566
|
-
"Test Case": "10K unshift & shift",
|
|
1567
|
-
"Latency Avg (ms)": 0.47,
|
|
1568
|
-
"Min (ms)": 0.45,
|
|
1569
|
-
"Max (ms)": 0.49,
|
|
1570
|
-
"Stability": "±2.50%"
|
|
1571
|
-
},
|
|
1572
|
-
{
|
|
1573
|
-
"Test Case": "10K addAt(mid)/iterations:1",
|
|
1574
|
-
"Latency Avg (ms)": 5.77,
|
|
1575
|
-
"Min (ms)": 5.48,
|
|
1576
|
-
"Max (ms)": 6.06,
|
|
1577
|
-
"Stability": "±2.50%"
|
|
1578
|
-
},
|
|
1579
|
-
{
|
|
1580
|
-
"Test Case": "10K addBefore (cursor)",
|
|
1581
|
-
"Latency Avg (ms)": 0.53,
|
|
1582
|
-
"Min (ms)": 0.5,
|
|
1583
|
-
"Max (ms)": 0.55,
|
|
1584
|
-
"Stability": "±2.50%"
|
|
1585
|
-
}
|
|
1586
|
-
],
|
|
1587
|
-
"isNative": true
|
|
1588
|
-
},
|
|
1589
|
-
{
|
|
1590
|
-
"testName": "hash-map",
|
|
1591
|
-
"benchmarks": [
|
|
1592
|
-
{
|
|
1593
|
-
"Test Case": "1M set",
|
|
1594
|
-
"Latency Avg (ms)": 76.26,
|
|
1595
|
-
"Min (ms)": 72.45,
|
|
1596
|
-
"Max (ms)": 80.07,
|
|
1597
|
-
"Stability": "±2.50%"
|
|
1598
|
-
},
|
|
1599
|
-
{
|
|
1600
|
-
"Test Case": "std::map 1M set",
|
|
1601
|
-
"Latency Avg (ms)": 163.35,
|
|
1602
|
-
"Min (ms)": 155.19,
|
|
1603
|
-
"Max (ms)": 171.52,
|
|
1604
|
-
"Stability": "±2.50%"
|
|
1605
|
-
},
|
|
1606
|
-
{
|
|
1607
|
-
"Test Case": "std::unordered_set 1M add",
|
|
1608
|
-
"Latency Avg (ms)": 73.67,
|
|
1609
|
-
"Min (ms)": 69.98,
|
|
1610
|
-
"Max (ms)": 77.35,
|
|
1611
|
-
"Stability": "±2.50%"
|
|
1612
|
-
},
|
|
1613
|
-
{
|
|
1614
|
-
"Test Case": "1M set & get",
|
|
1615
|
-
"Latency Avg (ms)": 75.25,
|
|
1616
|
-
"Min (ms)": 71.48,
|
|
1617
|
-
"Max (ms)": 79.01,
|
|
1618
|
-
"Stability": "±2.50%"
|
|
1619
|
-
},
|
|
1620
|
-
{
|
|
1621
|
-
"Test Case": "std::map 1M set & get",
|
|
1622
|
-
"Latency Avg (ms)": 212.28,
|
|
1623
|
-
"Min (ms)": 201.67,
|
|
1624
|
-
"Max (ms)": 222.9,
|
|
1625
|
-
"Stability": "±2.50%"
|
|
1626
|
-
},
|
|
1627
|
-
{
|
|
1628
|
-
"Test Case": "std::unordered_set 1M add & has",
|
|
1629
|
-
"Latency Avg (ms)": 76.22,
|
|
1630
|
-
"Min (ms)": 72.41,
|
|
1631
|
-
"Max (ms)": 80.03,
|
|
1632
|
-
"Stability": "±2.50%"
|
|
1633
|
-
},
|
|
1634
|
-
{
|
|
1635
|
-
"Test Case": "1M ObjKey set & get",
|
|
1636
|
-
"Latency Avg (ms)": 84.4,
|
|
1637
|
-
"Min (ms)": 80.18,
|
|
1638
|
-
"Max (ms)": 88.62,
|
|
1639
|
-
"Stability": "±2.50%"
|
|
1640
|
-
},
|
|
1641
|
-
{
|
|
1642
|
-
"Test Case": "std::map 1M ObjKey set & get",
|
|
1643
|
-
"Latency Avg (ms)": 225,
|
|
1644
|
-
"Min (ms)": 213.75,
|
|
1645
|
-
"Max (ms)": 236.25,
|
|
1646
|
-
"Stability": "±2.50%"
|
|
1647
|
-
},
|
|
1648
|
-
{
|
|
1649
|
-
"Test Case": "std::unordered_set 1M ObjKey add & has",
|
|
1650
|
-
"Latency Avg (ms)": 80.81,
|
|
1651
|
-
"Min (ms)": 76.77,
|
|
1652
|
-
"Max (ms)": 84.85,
|
|
1653
|
-
"Stability": "±2.50%"
|
|
1654
|
-
}
|
|
1655
|
-
],
|
|
1656
|
-
"isNative": true
|
|
1657
|
-
},
|
|
1658
|
-
{
|
|
1659
|
-
"testName": "deque",
|
|
1660
|
-
"benchmarks": [
|
|
1661
|
-
{
|
|
1662
|
-
"Test Case": "1M push",
|
|
1663
|
-
"Latency Avg (ms)": 1.76,
|
|
1664
|
-
"Min (ms)": 1.67,
|
|
1665
|
-
"Max (ms)": 1.85,
|
|
1666
|
-
"Stability": "±2.50%"
|
|
1667
|
-
},
|
|
1668
|
-
{
|
|
1669
|
-
"Test Case": "1M push & pop",
|
|
1670
|
-
"Latency Avg (ms)": 2.2,
|
|
1671
|
-
"Min (ms)": 2.09,
|
|
1672
|
-
"Max (ms)": 2.31,
|
|
1673
|
-
"Stability": "±2.50%"
|
|
1674
|
-
},
|
|
1675
|
-
{
|
|
1676
|
-
"Test Case": "1M push & shift",
|
|
1677
|
-
"Latency Avg (ms)": 1.94,
|
|
1678
|
-
"Min (ms)": 1.84,
|
|
1679
|
-
"Max (ms)": 2.04,
|
|
1680
|
-
"Stability": "±2.50%"
|
|
1681
|
-
},
|
|
1682
|
-
{
|
|
1683
|
-
"Test Case": "100K push & shift",
|
|
1684
|
-
"Latency Avg (ms)": 0.19,
|
|
1685
|
-
"Min (ms)": 0.18,
|
|
1686
|
-
"Max (ms)": 0.2,
|
|
1687
|
-
"Stability": "±2.50%"
|
|
1688
|
-
},
|
|
1689
|
-
{
|
|
1690
|
-
"Test Case": "Native vector 100K push & shift",
|
|
1691
|
-
"Latency Avg (ms)": 347.72,
|
|
1692
|
-
"Min (ms)": 330.34,
|
|
1693
|
-
"Max (ms)": 365.11,
|
|
1694
|
-
"Stability": "±2.50%"
|
|
1695
|
-
},
|
|
1696
|
-
{
|
|
1697
|
-
"Test Case": "100K unshift & shift",
|
|
1698
|
-
"Latency Avg (ms)": 0.19,
|
|
1699
|
-
"Min (ms)": 0.18,
|
|
1700
|
-
"Max (ms)": 0.2,
|
|
1701
|
-
"Stability": "±2.50%"
|
|
1702
|
-
},
|
|
1703
|
-
{
|
|
1704
|
-
"Test Case": "Native vector 100K unshift & shift",
|
|
1705
|
-
"Latency Avg (ms)": 705.12,
|
|
1706
|
-
"Min (ms)": 669.86,
|
|
1707
|
-
"Max (ms)": 740.37,
|
|
1708
|
-
"Stability": "±2.50%"
|
|
1709
|
-
}
|
|
1710
|
-
],
|
|
1711
|
-
"isNative": true
|
|
1712
|
-
},
|
|
1713
|
-
{
|
|
1714
|
-
"testName": "stack",
|
|
1715
|
-
"benchmarks": [
|
|
1716
|
-
{
|
|
1717
|
-
"Test Case": "1M push",
|
|
1718
|
-
"Latency Avg (ms)": 1.65,
|
|
1719
|
-
"Min (ms)": 1.57,
|
|
1720
|
-
"Max (ms)": 1.73,
|
|
1721
|
-
"Stability": "±2.50%"
|
|
1722
|
-
},
|
|
1723
|
-
{
|
|
1724
|
-
"Test Case": "1M push & pop",
|
|
1725
|
-
"Latency Avg (ms)": 2.62,
|
|
1726
|
-
"Min (ms)": 2.49,
|
|
1727
|
-
"Max (ms)": 2.75,
|
|
1728
|
-
"Stability": "±2.50%"
|
|
1729
|
-
}
|
|
1730
|
-
],
|
|
1731
|
-
"isNative": true
|
|
1732
|
-
},
|
|
1733
|
-
{
|
|
1734
|
-
"testName": "red-black-tree",
|
|
1735
|
-
"benchmarks": [
|
|
1736
|
-
{
|
|
1737
|
-
"Test Case": "1,000,000 upd SEQ",
|
|
1738
|
-
"Latency Avg (ms)": 68.43,
|
|
1739
|
-
"Min (ms)": 65.01,
|
|
1740
|
-
"Max (ms)": 71.85,
|
|
1741
|
-
"Stability": "±2.50%"
|
|
1742
|
-
},
|
|
1743
|
-
{
|
|
1744
|
-
"Test Case": "1,000,000 upd SEQ (Node Mode)",
|
|
1745
|
-
"Latency Avg (ms)": 59.87,
|
|
1746
|
-
"Min (ms)": 56.88,
|
|
1747
|
-
"Max (ms)": 62.86,
|
|
1748
|
-
"Stability": "±2.50%"
|
|
1749
|
-
},
|
|
1750
|
-
{
|
|
1751
|
-
"Test Case": "1,000,000 upd RAND",
|
|
1752
|
-
"Latency Avg (ms)": 158.14,
|
|
1753
|
-
"Min (ms)": 150.23,
|
|
1754
|
-
"Max (ms)": 166.05,
|
|
1755
|
-
"Stability": "±2.50%"
|
|
1756
|
-
},
|
|
1757
|
-
{
|
|
1758
|
-
"Test Case": "1,000,000 upd RAND (Node Mode)",
|
|
1759
|
-
"Latency Avg (ms)": 158.48,
|
|
1760
|
-
"Min (ms)": 150.56,
|
|
1761
|
-
"Max (ms)": 166.41,
|
|
1762
|
-
"Stability": "±2.50%"
|
|
1763
|
-
},
|
|
1764
|
-
{
|
|
1765
|
-
"Test Case": "1,000,000 ins SEQ",
|
|
1766
|
-
"Latency Avg (ms)": 162.72,
|
|
1767
|
-
"Min (ms)": 154.58,
|
|
1768
|
-
"Max (ms)": 170.86,
|
|
1769
|
-
"Stability": "±2.50%"
|
|
1770
|
-
},
|
|
1771
|
-
{
|
|
1772
|
-
"Test Case": "1,000,000 ins SEQ (Node Mode)",
|
|
1773
|
-
"Latency Avg (ms)": 219.89,
|
|
1774
|
-
"Min (ms)": 208.89,
|
|
1775
|
-
"Max (ms)": 230.88,
|
|
1776
|
-
"Stability": "±2.50%"
|
|
1777
|
-
},
|
|
1778
|
-
{
|
|
1779
|
-
"Test Case": "1,000,000 ins RAND",
|
|
1780
|
-
"Latency Avg (ms)": 483.56,
|
|
1781
|
-
"Min (ms)": 459.38,
|
|
1782
|
-
"Max (ms)": 507.74,
|
|
1783
|
-
"Stability": "±2.50%"
|
|
1784
|
-
},
|
|
1785
|
-
{
|
|
1786
|
-
"Test Case": "1,000,000 ins RAND (Node Mode)",
|
|
1787
|
-
"Latency Avg (ms)": 392.74,
|
|
1788
|
-
"Min (ms)": 373.11,
|
|
1789
|
-
"Max (ms)": 412.38,
|
|
1790
|
-
"Stability": "±2.50%"
|
|
1791
|
-
},
|
|
1792
|
-
{
|
|
1793
|
-
"Test Case": "1,000,000 keys-only",
|
|
1794
|
-
"Latency Avg (ms)": 0.09,
|
|
1795
|
-
"Min (ms)": 0.08,
|
|
1796
|
-
"Max (ms)": 0.09,
|
|
1797
|
-
"Stability": "±2.50%"
|
|
1798
|
-
},
|
|
1799
|
-
{
|
|
1800
|
-
"Test Case": "1,000,000 get",
|
|
1801
|
-
"Latency Avg (ms)": 52.97,
|
|
1802
|
-
"Min (ms)": 50.32,
|
|
1803
|
-
"Max (ms)": 55.62,
|
|
1804
|
-
"Stability": "±2.50%"
|
|
1805
|
-
},
|
|
1806
|
-
{
|
|
1807
|
-
"Test Case": "1,000,000 get (Node Mode)",
|
|
1808
|
-
"Latency Avg (ms)": 55.68,
|
|
1809
|
-
"Min (ms)": 52.9,
|
|
1810
|
-
"Max (ms)": 58.46,
|
|
1811
|
-
"Stability": "±2.50%"
|
|
1812
|
-
},
|
|
1813
|
-
{
|
|
1814
|
-
"Test Case": "Red-Black Tree 1M rangeSearch queries",
|
|
1815
|
-
"Latency Avg (ms)": 181.5,
|
|
1816
|
-
"Min (ms)": 172.43,
|
|
1817
|
-
"Max (ms)": 190.58,
|
|
1818
|
-
"Stability": "±2.50%"
|
|
1819
|
-
}
|
|
1820
|
-
],
|
|
1821
|
-
"isNative": true
|
|
1822
|
-
},
|
|
1823
|
-
{
|
|
1824
|
-
"testName": "avl-tree",
|
|
1825
|
-
"benchmarks": [
|
|
1826
|
-
{
|
|
1827
|
-
"Test Case": "100K add randomly",
|
|
1828
|
-
"Latency Avg (ms)": 16.62,
|
|
1829
|
-
"Min (ms)": 15.79,
|
|
1830
|
-
"Max (ms)": 17.45,
|
|
1831
|
-
"Stability": "±2.50%"
|
|
1832
|
-
},
|
|
1833
|
-
{
|
|
1834
|
-
"Test Case": "100K add",
|
|
1835
|
-
"Latency Avg (ms)": 15.48,
|
|
1836
|
-
"Min (ms)": 14.71,
|
|
1837
|
-
"Max (ms)": 16.26,
|
|
1838
|
-
"Stability": "±2.50%"
|
|
1839
|
-
},
|
|
1840
|
-
{
|
|
1841
|
-
"Test Case": "100K get",
|
|
1842
|
-
"Latency Avg (ms)": 7.21,
|
|
1843
|
-
"Min (ms)": 6.85,
|
|
1844
|
-
"Max (ms)": 7.57,
|
|
1845
|
-
"Stability": "±2.50%"
|
|
1846
|
-
},
|
|
1847
|
-
{
|
|
1848
|
-
"Test Case": "100K getNode",
|
|
1849
|
-
"Latency Avg (ms)": 8.51,
|
|
1850
|
-
"Min (ms)": 8.08,
|
|
1851
|
-
"Max (ms)": 8.93,
|
|
1852
|
-
"Stability": "±2.50%"
|
|
1853
|
-
},
|
|
1854
|
-
{
|
|
1855
|
-
"Test Case": "100K iterator",
|
|
1856
|
-
"Latency Avg (ms)": 1.06,
|
|
1857
|
-
"Min (ms)": 1,
|
|
1858
|
-
"Max (ms)": 1.11,
|
|
1859
|
-
"Stability": "±2.50%"
|
|
1860
|
-
},
|
|
1861
|
-
{
|
|
1862
|
-
"Test Case": "100K add & delete orderly",
|
|
1863
|
-
"Latency Avg (ms)": 21.56,
|
|
1864
|
-
"Min (ms)": 20.48,
|
|
1865
|
-
"Max (ms)": 22.64,
|
|
1866
|
-
"Stability": "±2.50%"
|
|
1867
|
-
},
|
|
1868
|
-
{
|
|
1869
|
-
"Test Case": "100K add & delete randomly",
|
|
1870
|
-
"Latency Avg (ms)": 27.96,
|
|
1871
|
-
"Min (ms)": 26.56,
|
|
1872
|
-
"Max (ms)": 29.35,
|
|
1873
|
-
"Stability": "±2.50%"
|
|
1874
|
-
},
|
|
1875
|
-
{
|
|
1876
|
-
"Test Case": "AVL Tree 100K rangeSearch queries",
|
|
1877
|
-
"Latency Avg (ms)": 111.9,
|
|
1878
|
-
"Min (ms)": 106.31,
|
|
1879
|
-
"Max (ms)": 117.5,
|
|
1880
|
-
"Stability": "±2.50%"
|
|
1881
|
-
}
|
|
1882
|
-
],
|
|
1883
|
-
"isNative": true
|
|
1884
|
-
},
|
|
1885
|
-
{
|
|
1886
|
-
"testName": "avl-rb-range-search",
|
|
1887
|
-
"benchmarks": [
|
|
1888
|
-
{
|
|
1889
|
-
"Test Case": "Red-Black Tree 1,000,000 rangeSearch",
|
|
1890
|
-
"Latency Avg (ms)": 0,
|
|
1891
|
-
"Min (ms)": 0,
|
|
1892
|
-
"Max (ms)": 0,
|
|
1893
|
-
"Stability": "±2.50%"
|
|
1894
|
-
},
|
|
1895
|
-
{
|
|
1896
|
-
"Test Case": "AVL Tree 100,000 add",
|
|
1897
|
-
"Latency Avg (ms)": 20.73,
|
|
1898
|
-
"Min (ms)": 19.7,
|
|
1899
|
-
"Max (ms)": 21.77,
|
|
1900
|
-
"Stability": "±2.50%"
|
|
1901
|
-
},
|
|
1902
|
-
{
|
|
1903
|
-
"Test Case": "Red-Black Tree 1,000,000 add",
|
|
1904
|
-
"Latency Avg (ms)": 420.68,
|
|
1905
|
-
"Min (ms)": 399.65,
|
|
1906
|
-
"Max (ms)": 441.71,
|
|
1907
|
-
"Stability": "±2.50%"
|
|
1908
|
-
}
|
|
1909
|
-
],
|
|
1910
|
-
"isNative": true
|
|
1911
|
-
},
|
|
1912
|
-
{
|
|
1913
|
-
"testName": "priority-queue",
|
|
1914
|
-
"benchmarks": [
|
|
1915
|
-
{
|
|
1916
|
-
"Test Case": "100,000 add",
|
|
1917
|
-
"Latency Avg (ms)": 1.05,
|
|
1918
|
-
"Min (ms)": 0.99,
|
|
1919
|
-
"Max (ms)": 1.1,
|
|
1920
|
-
"Stability": "±2.50%"
|
|
1921
|
-
},
|
|
1922
|
-
{
|
|
1923
|
-
"Test Case": "100,000 add & poll",
|
|
1924
|
-
"Latency Avg (ms)": 4.53,
|
|
1925
|
-
"Min (ms)": 4.3,
|
|
1926
|
-
"Max (ms)": 4.76,
|
|
1927
|
-
"Stability": "±2.50%"
|
|
1928
|
-
},
|
|
1929
|
-
{
|
|
1930
|
-
"Test Case": "100,000 add (min-heap)",
|
|
1931
|
-
"Latency Avg (ms)": 0.25,
|
|
1932
|
-
"Min (ms)": 0.24,
|
|
1933
|
-
"Max (ms)": 0.26,
|
|
1934
|
-
"Stability": "±2.50%"
|
|
1935
|
-
}
|
|
1936
|
-
],
|
|
1937
|
-
"isNative": true
|
|
1938
|
-
},
|
|
1939
|
-
{
|
|
1940
|
-
"testName": "queue",
|
|
1941
|
-
"benchmarks": [
|
|
1942
|
-
{
|
|
1943
|
-
"Test Case": "1,000,000 push",
|
|
1944
|
-
"Latency Avg (ms)": 1.7,
|
|
1945
|
-
"Min (ms)": 1.61,
|
|
1946
|
-
"Max (ms)": 1.78,
|
|
1947
|
-
"Stability": "±2.50%"
|
|
1948
|
-
},
|
|
1949
|
-
{
|
|
1950
|
-
"Test Case": "100,000 push & shift",
|
|
1951
|
-
"Latency Avg (ms)": 0.2,
|
|
1952
|
-
"Min (ms)": 0.19,
|
|
1953
|
-
"Max (ms)": 0.21,
|
|
1954
|
-
"Stability": "±2.50%"
|
|
1955
|
-
},
|
|
1956
|
-
{
|
|
1957
|
-
"Test Case": "Native std::deque 100,000 push & shift",
|
|
1958
|
-
"Latency Avg (ms)": 0.2,
|
|
1959
|
-
"Min (ms)": 0.19,
|
|
1960
|
-
"Max (ms)": 0.21,
|
|
1961
|
-
"Stability": "±2.50%"
|
|
1962
|
-
}
|
|
1963
|
-
],
|
|
1964
|
-
"isNative": true
|
|
1965
|
-
}
|
|
1966
|
-
],
|
|
1967
|
-
"summary": {
|
|
1968
|
-
"jsTestCount": 17,
|
|
1969
|
-
"cppTestCount": 14,
|
|
1970
|
-
"totalTests": 31
|
|
1971
|
-
}
|
|
1972
|
-
}
|