Skip to content

smzahraee/CircularList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages