Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 323 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 323 Bytes

CircularList

This is an ultra fast Single Header Circular List or Circular Buffer for use in Embedded Linux or Micro be carefull that only use power 2 of buffer for example your list buffer should be 1,2,4,16,32,.... length

Notice

use power two for size of your list

it is usefull for only Single Threaded Programs