robclu / leapfrog

Lock-free concurrent and single-threaded hash map implementations using Leapfrog probing. Currently the highest performance concurrent HashMap in Rust for certain use cases.
Apache License 2.0
206 stars 9 forks source link

How to clear `LeapMap` #13

Open iamazy opened 11 months ago

iamazy commented 11 months ago

There seems no clear method in LeapMap

robclu commented 10 months ago

Hi,

Yeah it's not currently implemented. I will add it when I get a chance.