Skip to content

mazoti/cpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CPY: A Producer-Consumer Module

A 1-producer to 1-consumer C11 code with ring buffer. The copy functionality was implemented to make it useful and validade the module.

  • Written in C11 using standard threads.h
  • Portable on any operational system and architecture with a modern C compiler
  • Easily modifiable for better performance or more producers and consumers
  • MIT license

About

Producer-Consumer C11 code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages