Skip to content

Commit 9b33a37

Browse files
committed
Update README
Fixes #114
1 parent 0a62c3e commit 9b33a37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ The original C++ version of SwissTable can be found [here], and this
1313
[CppCon talk] gives an overview of how the algorithm works.
1414

1515
Since Rust 1.36, this is now the `HashMap` implementation for the Rust standard
16-
library. All benchmarks and features below are compared to the previous hash
17-
table implementation in the Rust standard library.
16+
library. However you may still want to use this crate instead since it works
17+
in environments without `std`, such as embedded systems and kernels.
1818

1919
[SwissTable]: https://abseil.io/blog/20180927-swisstables
2020
[here]: https://github.com/abseil/abseil-cpp/blob/master/absl/container/internal/raw_hash_set.h
@@ -34,7 +34,7 @@ table implementation in the Rust standard library.
3434

3535
## Performance
3636

37-
Compared to the previous HashDoS-resistant implementation of `std::collections::HashMap` (Rust 1.35).
37+
Compared to the previous implementation of `std::collections::HashMap` (Rust 1.35).
3838

3939
With the hashbrown default AHash hasher (not HashDoS-resistant):
4040

0 commit comments

Comments
 (0)