hicollections

Crates.iohicollections
lib.rshicollections
version0.1.2
sourcesrc
created_at2023-08-22 09:07:56.255569
updated_at2023-12-29 09:21:24.26633
descriptionC-liked Collections
homepage
repositoryhttps://gitee.com/1467792822/hicollections
max_upload_size
id950827
size230,607
hunting (h1467792822)

documentation

README

hicollections

提供C风格的容器实现,包括List/RbTree/AvlTree. 他们共同的特点是容器本身不分配任何内存,在某些场景中有自身的优势.

容器支持Send,但任何元素挂接到集合后,元素本身就不能支持所有权转移和覆写, 当然元素是不支持Send的.

BtreeMap/BTreeSet可以定制内部节点的内存分配策略.

Commit count: 0

cargo fmt