Skip to content

Commit

Permalink
chore: Release blart version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
declanvk committed Aug 18, 2024
1 parent b4a58aa commit 2abe781
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ 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 Expand Up @@ -73,6 +75,7 @@ The crate is tested several ways:

<!-- next-url -->
[Unreleased]: https://github.com/declanvk/wall-a/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/declanvk/wall-a/compare/v0.2.0...v0.2.0
[0.2.0]: https://github.com/declanvk/blart/compare/v0.1.2...v0.2.0
[0.1.2]: https://github.com/declanvk/blart/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/declanvk/blart/compare/v0.1.0...v0.1.1
Expand Down

0 comments on commit 2abe781

Please sign in to comment.