This file will contain the results of running benchmarks on the entire algorithms_core library.
- Ensure you have the
benchmark_harnesspackage in yourdev_dependenciesinpubspec.yaml:dev_dependencies: benchmark_harness: ^2.2.2
- Run
dart pub getto install dependencies. - Run the benchmark suite:
dart run benchmark/benchmark.dart
(Results will be filled in after running the suite)
- Each algorithm is benchmarked for time (microseconds per operation).
- See
benchmark/benchmark.dartfor the full suite and how to add new benchmarks.
(Results will be appended here after running the suite)