tinydeque

Array-oriented deques

APACHE-2.0 License

Downloads
1.4K
Stars
4
Committers
2

tinydeque

A deque structure inspired by the tinyvec crate. Contains ArrayDeque, which uses an array as backing storage and TinyDeque, which uses both the stack and the heap.

License

MIT/Apache2 License