xacrimon / dashmap

Blazing fast concurrent HashMap for Rust.
MIT License
2.84k stars 140 forks source link

feat: More HashMap parity: values / keys helpers #266

Open jrwats opened 1 year ago

jrwats commented 1 year ago

Is there anything preventing the implementation of an an iterator over values similar to HashMap::values?

JosiahParry commented 2 weeks ago

I would like to second this.

I would like to be able to do x.keys().iter() to iterate over the keys of my DashMap