Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 5 days 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 (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-23T14:19:45.000Z (11 months ago)
- Last Synced: 2024-02-23T15:31:00.366Z (11 months ago)
- Topics: asio, cpp, network, ring-buffer
- Language: C++
- Homepage:
- Size: 46.9 KB
- Stars: 0
- 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`.