Skip to content

Commit 9a80e95

Browse files
committed
Rename inline feature to inline-more
1 parent d643213 commit 9a80e95

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ categories = ["concurrency", "algorithms", "data-structures"]
1717
all = ["raw-api", "typesize", "serde", "rayon", "arbitrary"]
1818
raw-api = []
1919
typesize = ["dep:typesize"]
20-
inline = ["hashbrown/inline-more"]
20+
inline-more = ["hashbrown/inline-more"]
2121

2222
[dependencies]
2323
lock_api = "0.4.12"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ perfect stability. Though `dashmap` always stays at least 15 full stable release
3333

3434
- `rayon` - Enables rayon support.
3535

36-
- `inline` - Enables `inline-more` feature from the `hashbrown` crate. Can lead to better performance, but with the cost of longer compile-time.
36+
- `inline-more` - Enables `inline-more` feature from the `hashbrown` crate. Comes with the usual tradeoffs of possibly excessive inlining.
3737

3838
- `arbitrary` - Enables support for the `arbitrary` crate.
3939

@@ -55,7 +55,7 @@ A comprehensive benchmark suite including DashMap can be found [here](https://gi
5555

5656
- [Jon Gjengset](https://github.com/jonhoo)
5757

58-
- [Yato](https://github.com/RustyYato)
58+
- [Yato](https://github.com/RustyYato)
5959

6060
- [Karl Bergström](https://github.com/kabergstrom)
6161

0 commit comments

Comments
 (0)