Skip to content

karlmcguire/sing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sing

Fast string ring buffers.

usage

// create and initialize a buffer 
struct sing_buffer b;
sing_init(&b);

// push a string to the buffer
sing_push(&b, "karl");

// read a string from the buffer
char *karl = sing_shift(&b);

todo

  • concurrency/thread safe
  • more data types
  • generate uuid from array index?

About

Fast string ring buffers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published