Various deque implementations in pure nim
Go to file
Nocturn9x e3eb0b0ff9 Minor documentation additions 2022-03-14 18:31:01 +01:00
src Minor documentation additions 2022-03-14 18:31:01 +01:00
tests Fixed pop() at the end, added random insertion test, added BackwardsIndex support 2022-03-14 18:29:12 +01:00
.gitignore Initial commit 2022-03-14 10:36:41 +01:00
LICENSE Initial commit 2022-03-14 10:36:41 +01:00
README.md Fixed pop() at the end, added random insertion test, added BackwardsIndex support 2022-03-14 18:29:12 +01:00

README.md

nimdeque

Various deque implementations in pure nim. See the tests directory for usage examples

Note: This is mostly a toy, there are no performance guarantees nor particular optimizations other than very obvious ones. With that said, the collections do work and are tested somewhat thoroughly (please report any bugs!)