thruster-rs / Thruster

A fast, middleware based, web framework written in Rust
MIT License
1.06k stars 47 forks source link

switch chashmap for dashmap #167

Closed xacrimon closed 4 years ago

xacrimon commented 4 years ago

dashmap is a more performant and maintained alternative to chashmap. chashmap is no longer maintained.

trezm commented 4 years ago

Great! Thanks for the update!