Skip to content

Commit

Permalink
Fix release mistake in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
declanvk committed Aug 18, 2024
1 parent 2abe781 commit eabb28c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.2.0] - 2024-08-18

## [0.2.0] - 2024-08-18

The 0.2.0 has been entirely (99%) contributed by @Gab-Menezes, thank you for all the new features!

Some of the most exciting work they did was to re-implement much of the inner node lookups using SIMD-accelerated searches! The `nightly` feature turns on these optimizations using the new `std::simd` modules. The optimization here also include tactical use of the `likely`, `unlikely`, and `assume` hints to provide the compiler with better optimization material.
Expand Down

0 comments on commit eabb28c

Please sign in to comment.