https://github.com/serengti/messagecache
Provides a single-allocation ring buffer data structure to be used for inbound network data traffic.
https://github.com/serengti/messagecache
asio cpp network ring-buffer
Last synced: 9 months ago
JSON representation
Provides a single-allocation ring buffer data structure to be used for inbound network data traffic.
- Host: GitHub
- URL: https://github.com/serengti/messagecache
- Owner: SerenGTI
- License: gpl-3.0
- Created: 2024-01-11T15:29:11.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-23T14:19:45.000Z (about 2 years ago)
- Last Synced: 2024-12-31T09:34:47.989Z (over 1 year ago)
- Topics: asio, cpp, network, ring-buffer
- Language: C++
- Homepage:
- Size: 46.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MessageCache
Provides single-allocation data structures to be used for inbound network data traffic, e.g. in combination with `asio`.