Diogo Sousa

Results 46 issues of Diogo Sousa

* [ ] `List` * [ ] `Stack` * [ ] `Queue` * [ ] `Vector` * [ ] `HashTrieMap` * [ ] `HashTrieSet` * [ ] `RedBlackTreeMap` * [...

enhancement
performance

- [ ] impl - [ ] utest - [ ] bench See https://arxiv.org/pdf/1312.4666.pdf

new-feature
new-data-structure

- [ ] impl - [ ] utest - [ ] bench See https://www.westpoint.edu/eecs/SiteAssets/SitePages/Faculty%20Publication%20Documents/Okasaki/jfp95queue.pdf

new-feature
new-data-structure

- [ ] BTreeMap - [ ] impl - [ ] utest - [ ] bench - [ ] BTreeSet - [ ] impl - [ ] utest - [...

new-feature
new-data-structure

This is bad because it involves more heap allocations and also more efford when `Vec`s need to expand. To not lose the ability to configure the branching factor this is...

performance

- [ ] `List` - [ ] `Vector` - [ ] `Stack` - [ ] `Queue` - [ ] `HashTrieMap` - [ ] `HashTrieSet` - [ ] `RedBlackTreeMap` - [...

documentation