deque icon indicating copy to clipboard operation
deque copied to clipboard

Package deque implements a very fast and efficient general purpose queue/stack/deque data structure that is specifically optimized to perform when used by Microservices and Serverless services running...

Results 1 deque issues
Sort by recently updated
recently updated
newest added

We have included only a few open source deques in our [benchmark tests](https://github.com/ef-ds/deque-bench-tests/blob/master/BENCHMARK_TESTS.md). The deques in the tests were chosen due to their different designs (linked list, dynamic array, circular...

help wanted