Ring buffer is a data structure which is cache-friendly implementation of queues. Without using any data structure which has a dynamic storage size such as Lists , you can enqueue , dequeue elements with this data structure.For more information about this data structure you can go to: https://gameprogrammingpatterns.com/event-queue.html
-
Notifications
You must be signed in to change notification settings - Fork 1
Ring buffer is a data structure which is cache-friendly implementation of queues. Without using any data structure which has a dynamic storage size such as Lists , you can enqueue , dequeue elements with this data structure.For more information about this data structure you can go to: https://gameprogrammingpatterns.com/event-queue.html
License
csharp-craftsman/csharp-ringbuffer-example
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Ring buffer is a data structure which is cache-friendly implementation of queues. Without using any data structure which has a dynamic storage size such as Lists , you can enqueue , dequeue elements with this data structure.For more information about this data structure you can go to: https://gameprogrammingpatterns.com/event-queue.html
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published