File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 33* Release notes are available on
44[ GitHub] ( https://github.com/leontoeides/indicium/releases ) .
55
6- * ` 0.5.2 ` : New optional ` ahash ` feature which is turned on by default. When this
7- feature is enabled, this library will utilize
6+ * ` 0.5.2 ` : New, optional ` ahash ` feature which is turned on by default. When
7+ this feature is enabled, this library will utilize
88[ ahash] ( https://lib.rs/crates/ahash ) for faster ` HashMap ` and ` HashSet ` hashing
99rather than the standard library's SipHash.
1010
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ performance may begin to degrade at a point.
2828* The release notes on [ GitHub] ( https://github.com/leontoeides/indicium/releases )
2929will be used as the changelog going forward.
3030
31- * ` 0.5.2 ` : New optional ` ahash ` feature which is turned on by default. When this
32- feature is enabled, this library will utilize
31+ * ` 0.5.2 ` : New, optional ` ahash ` feature which is turned on by default. When
32+ this feature is enabled, this library will utilize
3333[ ahash] ( https://lib.rs/crates/ahash ) for faster ` HashMap ` and ` HashSet ` hashing
3434rather than the standard library's SipHash.
3535
Original file line number Diff line number Diff line change 1919//! log](https://github.com/leontoeides/indicium/blob/main/CHANGELOG.md) is
2020//! available on GitHub.
2121//!
22- //! * `0.5.2`: New optional `ahash` feature which is turned on by default. When
22+ //! * `0.5.2`: New, optional `ahash` feature which is turned on by default. When
2323//! this feature is enabled, this library will utilize
2424//! [ahash](https://lib.rs/crates/ahash) for faster `HashMap` and `HashSet`
2525//! hashing rather than the standard library's SipHash.
2626//!
27- //! * `0.5.1`: Fixes compile failure for the experimental `select2` feature and when
28- //! not using `fuzzy` feature.
27+ //! * `0.5.1`: Fixes compile failure for the experimental `select2` feature and
28+ //! when not using `fuzzy` feature.
2929//!
3030//! * `0.5.0`: The `simple` search index now internally employs the
3131//! [kstring](https://crates.io/crates/kstring) crate. This should help with
You can’t perform that action at this time.
0 commit comments