https://github.com/raycad/sdt_queue
A simple queue implementation for C/C++
https://github.com/raycad/sdt_queue
Last synced: 3 months ago
JSON representation
A simple queue implementation for C/C++
- Host: GitHub
- URL: https://github.com/raycad/sdt_queue
- Owner: raycad
- Created: 2015-09-30T06:46:20.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-01T01:20:10.000Z (over 10 years ago)
- Last Synced: 2025-01-22T18:32:33.245Z (12 months ago)
- Language: C
- Size: 121 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A simple C/C++ queue implementation.
Get source code, build and test:
$ git clone https://github.com/raycad/sdt_queue.git
$ cd sdt_queue
$ make
$ ./queue_test
Check memory usage using valgrind:
$ valgrind --tool=memcheck --leak-check=full ./queue_test