Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a benchmark for PreviousSet and PreviousClear
On an Apple M2 they produces these results: BenchmarkBitsetOps/NextSet-8 2537938 470.0 ns/op BenchmarkBitsetOps/NextClear-8 2564336 468.1 ns/op BenchmarkBitsetOps/PreviousSet-8 19930 59924 ns/op BenchmarkBitsetOps/PreviousClear-8 19912 61002 ns/op A future commit should improve upon this.
- Loading branch information