Cargo Features

DashMap has no features set by default.

[dependencies]
dashmap = { version = "7.0.0-rc1", features = ["all", "raw-api", "typesize", "inline-more"] }
all = arbitrary, raw-api, rayon, serde, typesize
raw-api all?
typesize all?

Enables typesize

inline-more

Enables inline-more of hashbrown

hashbrown:

Enables usage of #[inline] on far more functions than by default in this crate. This may lead to a performance increase but often comes at a compile time cost.

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

serde all?
rayon all?

Affects dashmap::rayon

arbitrary all?