from Hacker News

Show HN: RiteLinked – LinkedHashMap and LinkedHashSet in Rust

by repsiace on 3/9/21, 10:06 AM with 1 comments

  • by repsiace on 3/9/21, 10:32 AM

    This crate is a fork of hashlink that builds on top of griddle(or hashbrown) to implement LinkedHashMap & LinkedHashSet .

    I made some adjustments to the code to better support custom Hasher . Now it can be run under std and no_std environment, and provides better performance than linked-hash-map .

    Please feel free to leave your opinion, if possible, please help me improve the code or use it in your project .