8000 GitHub - IHarzI/RingBuffer: RingBuffer imlementation. Maded in few week-ends as container for own game engine. (Not fully tested)Use at your own risk.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

RingBuffer imlementation. Maded in few week-ends as container for own game engine. (Not fully tested)Use at your own risk.

License

Notifications You must be signed in to change notification settings

IHarzI/RingBuffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Ring buffer

Prety fast and simple implementation of Ring Buffer maded in a few week-ends primarly for own game engine.
Header-only , just drop into your project and include it.

Use examples

ExampleUsageRingBuffer
NOTE* For declaration of RingBuffer you need to specify value type and allocator type.
If you don't want to use any specific allocators, you can use simple allocator defined within Ring Buffer header(just wrapper over malloc/free), just define RING_BUFFER_USE_SIMPLE_ALLOCATOR.

About

RingBuffer imlementation. Maded in few week-ends as container for own game engine. (Not fully tested)Use at your own risk.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0