Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
GarrisonJ committed Apr 20, 2024
1 parent 3ca8250 commit a222e32
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,13 @@ How big these smaller arrays should be is a trade-off. The default is set DEFAUL

## Benchmarks

Performance comparison to [SortedSet](https://github.com/knu/sorted_set) a C extension red-black tree implementation (lower is better):
Performance comparison against [SortedSet](https://github.com/knu/sorted_set) a C extension red-black tree implementation (lower is better).

- 2.6 GHz 6-Core Intel Core i7, 16 GB 2667 MHz DDR4
- Ruby 3.2.2
- SortedContainers 0.1.0
- SortedSet 1.0.3

<!-- Make the images smaller -->
<img src="benchmark/add_performance_comparison.png" width="50%">
<img src="benchmark/delete_performance_comparison.png" width="50%">
<img src="benchmark/iteration_performance_comparison.png" width="50%">
Expand Down

0 comments on commit a222e32

Please sign in to comment.