Skip to content

Commit

Permalink
remove benchmark results
Browse files Browse the repository at this point in the history
  • Loading branch information
ibraheemdev committed Jul 29, 2023
1 parent f4dc009 commit 3b2583c
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,3 @@ fn main() {
assert_eq!(*x, 2);
}
```

# Performance

Below is a benchmark in which an increasing number of elements are pushed and read from the vector
by 12 threads, comparing `boxcar::Vec` to `RwLock<Vec>`:

<img width="1024" alt="Benchmark" src="https://user-images.githubusercontent.com/34988408/158077862-a2a58be5-cbf0-4a2f-bbc2-202a026678c2.png">

The results show that `boxcar::Vec` scales very well under load, performing significantly better
than lock-based solutions.

0 comments on commit 3b2583c

Please sign in to comment.