Releases: PsiACE/ritelinked
Releases · PsiACE/ritelinked
Release v0.3.2
- feat: add map::get_refresh
- feat: retain with inserting order, see: kyren/hashlink#11, thanks @quake
Release v0.3.1
chore: bump 0.3.1 Signed-off-by: Chojan Shang <psiace@outlook.com>
Release v0.3.0
Glad to welcome hashbrown v0.11 and griddle v0.5.1
- feat(map): add to_front & to_back methods
- fix(set): check ordering when comparing sets
- build(deps): upgrade to hashbrown 0.11 & griddle 0.5
Release v0.2.2
RiteLinked provides more up to date versions of LinkedHashMap
& LinkedHashSet
in Rust .
You can easily use it on std
or no_std
environment.
Support some practical feature combinations to help you better embed them in existing code: serde
, inline-more
etc.
Especially, it uses griddle
by default, if you have a lot of data, it can effectively help you reduce the possible tail delay.
(Of course, hashbrown
can also be used)