ritelinked icon indicating copy to clipboard operation
ritelinked copied to clipboard

RiteLinked - LinkedHashMap & LinkedHashSet in Rust

Results 6 ritelinked issues
Sort by recently updated
recently updated
newest added

I would like to use LinkedHashSet/Map in this struct that I derive Deserialize on: ``` #[derive(Deserialize, Serialize, Clone)] pub struct RunState { functions: Vec, blocked: LinkedHashSet, } ``` How can...

The following API should be implemented: **Current expectations** - [ ] `Entries` API, used by ckb-util - [ ] `rayon` support, just like indexmap or griddle - [ ] compare...

enhancement
good first issue
help wanted

1.没有获取index的方法 2.replace方法入参没有old,new参数 3.没有按index插入的方法

I noticed that @quininer has implemented a 0-unsafe `LinkedHashMap`. See https://github.com/quininer/linkedhashmap . It seems that 0-unsafe has no loss in performance. I have no prejudice against unsafe, I just think...

enhancement
help wanted

RiteLinked is similar to most other implementations such as `linked-hash-map` & `linked-hash-set`, but adding more documentation and improving test coverage is still necessary.

documentation
good first issue
help wanted

The previous version had a bug, and was yanked.