nimdeque/README.md

8 lines
330 B
Markdown
Raw Normal View History

2022-03-14 10:36:41 +01:00
# 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!)