nonblockinghashmap icon indicating copy to clipboard operation
nonblockinghashmap copied to clipboard

Non-blocking hash map in Rust

Results 2 nonblockinghashmap issues
Sort by recently updated
recently updated
newest added

Multiple occurrences of leaks and (possible) double frees caused by unmatched `Box::into_raw` and `Box::from_raw` calls have be identified in current implementation. see https://github.com/rlei/nonblockinghashmap/commit/6e6793b0787e633db891738c36e86fcfd059dca0 for an (incomplete) list of leaks.

bug
critical

I just see `put` and `get`, at least we need a `remove` API.

enhancement
major