Skip to content

Commit 2958e4f

Browse files
committed
Add plot.png to readme
1 parent 435f8ab commit 2958e4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ ArrayDeque is a fast, array-backed deque implementation for Python written in C.
1010
- **C Extension:** A complete CPython C-extension for optimal speed.
1111
- **Benchmark Included:** Compare performance with Python’s built-in `collections.deque`.
1212

13+
![alt text](https://github.com/grantjenks/python-arraydeque/blob/main/plot.png?raw=true)
14+
1315
## Installation
1416

1517
There are two ways to install ArrayDeque.

0 commit comments

Comments
 (0)