https://github.com/rigtorp/ringmap
Hybrid data structure that acts like a ring buffer and map
https://github.com/rigtorp/ringmap
datastructures
Last synced: over 1 year ago
JSON representation
Hybrid data structure that acts like a ring buffer and map
- Host: GitHub
- URL: https://github.com/rigtorp/ringmap
- Owner: rigtorp
- License: mit
- Created: 2017-10-11T03:17:18.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-11T03:19:29.000Z (almost 9 years ago)
- Last Synced: 2025-03-24T00:31:31.664Z (over 1 year ago)
- Topics: datastructures
- Language: C++
- Size: 1.95 KB
- Stars: 9
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RingMap.h
Hybrid data structure that acts like a ring buffer and map.