https://github.com/kelindar/circular-buffer
An efficient implementation of a resizeable circular byte buffer in C#
https://github.com/kelindar/circular-buffer
Last synced: about 1 month ago
JSON representation
An efficient implementation of a resizeable circular byte buffer in C#
- Host: GitHub
- URL: https://github.com/kelindar/circular-buffer
- Owner: kelindar
- License: mit
- Created: 2014-04-18T12:33:53.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-18T12:41:41.000Z (about 11 years ago)
- Last Synced: 2025-01-21T17:48:04.462Z (4 months ago)
- Language: C#
- Size: 141 KB
- Stars: 18
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
circular-buffer
===============An efficient implementation of a resizeable circular byte buffer in C#