We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 435f8ab commit 2958e4fCopy full SHA for 2958e4f
README.md
@@ -10,6 +10,8 @@ ArrayDeque is a fast, array-backed deque implementation for Python written in C.
10
- **C Extension:** A complete CPython C-extension for optimal speed.
11
- **Benchmark Included:** Compare performance with Python’s built-in `collections.deque`.
12
13
+
14
+
15
## Installation
16
17
There are two ways to install ArrayDeque.
0 commit comments