TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: RiteLinked – LinkedHashMap and LinkedHashSet in Rust

2 pointsby repsiaceabout 4 years ago

1 comment

repsiaceabout 4 years ago
This crate is a fork of hashlink that builds on top of griddle(or hashbrown) to implement LinkedHashMap &amp; LinkedHashSet .<p>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 .<p>Please feel free to leave your opinion, if possible, please help me improve the code or use it in your project .