Closed tomkarw closed 2 years ago
Closes https://github.com/xacrimon/dashmap/issues/219.
Use once_cell crate to memoize the value. This doesn't add any new dependencies, as once_cell was already a subdependency. Additionally, it was merged into std in nightly and is awaiting stabilization.
once_cell
this looks good. Any plans to merge it and release soon?
r? @xacrimon
Closes https://github.com/xacrimon/dashmap/issues/219.
Use
once_cell
crate to memoize the value. This doesn't add any new dependencies, asonce_cell
was already a subdependency. Additionally, it was merged into std in nightly and is awaiting stabilization.