-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #126 from xacrimon/acrimon/fci
v4 "The maintenance release"
- Loading branch information
Showing
17 changed files
with
32 additions
and
261 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "dashmap" | ||
version = "3.11.10" | ||
version = "4.0.0" | ||
authors = ["Acrimon <[email protected]>"] | ||
edition = "2018" | ||
license = "MIT" | ||
|
@@ -15,14 +15,11 @@ categories = ["concurrency", "algorithms", "data-structures"] | |
[features] | ||
default = [] | ||
raw-api = [] | ||
no_std = ["hashbrown"] | ||
|
||
[dependencies] | ||
num_cpus = "1.13.0" | ||
ahash = "0.3.8" | ||
serde = { version = "1.0.114", optional = true, features = ["derive"] } | ||
serde = { version = "1.0.118", optional = true, features = ["derive"] } | ||
cfg-if = "1.0.0" | ||
hashbrown = { version = "0.8.0", optional = true } | ||
rayon = { version = "1.5.0", optional = true } | ||
|
||
[package.metadata.docs.rs] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,12 +24,12 @@ If you have any suggestions or tips do not hesitate to open an issue or a PR. | |
|
||
## Cargo features | ||
|
||
- `no_std` - Enable no_std + alloc support. | ||
|
||
- `serde` - Enables serde support. | ||
|
||
- `raw-api` - Enables the unstable raw-shard api. | ||
|
||
- `rayon` - Enables rayon support. | ||
|
||
## Support me | ||
|
||
[![Foo](https://c5.patreon.com/external/logo/[email protected])](https://patreon.com/acrimon) | ||
|
@@ -47,6 +47,9 @@ Do not hesitate to open issues or PR's. | |
|
||
I will take a look as soon as I have time for it. | ||
|
||
That said I do not get paid (yet) to work on open-source. This means | ||
that my time is limited and my work here comes after my personal life. | ||
|
||
## Performance | ||
|
||
A comprehensive benchmark suite including DashMap can be found [here](https://github.com/xacrimon/conc-map-bench). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.