Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ironedr/dequec
A simple deque implementation in C using a circular buffer
https://github.com/ironedr/dequec
Last synced: about 2 months ago
JSON representation
A simple deque implementation in C using a circular buffer
- Host: GitHub
- URL: https://github.com/ironedr/dequec
- Owner: IroNEDR
- License: mit
- Created: 2024-01-03T22:37:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-03T22:43:54.000Z (about 1 year ago)
- Last Synced: 2024-10-15T19:29:30.618Z (3 months ago)
- Language: C
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dequec
A smple double-ended queue implementation in C, using a ring buffer for storage.## Usage
TODO