A Ring-Buffer instance could be used with element types 
- char
- long
- long long
- void*
.
Focus is on a hardened SW structure with buffer-instance-pointer check (not very fast but more secure).
Some features are globally choosable on compile-time (e.g. switch multithread support off completely to have faster access).
Note: User Interface is for Test and Tutor Code only.
Features
- Select Ring-Buffer type on creation-time (-> per Ring-Buffer instance)
- In C++ as well usable - ring-buffer source code in C, embraced with 'extern "C"'
- Multithreading support for windows (CriticalSection), C++ (std::mutex) and POSIX (pthread_mutex)
- A tutor C-file should help to understand APIs and functionality easier
- Use as a FIFO of course, e.g. to realize asynchronous state-machines
- Wrapping of put/get/.. functions easy because of function-ptr integration in public Ring-Buffer instance struct variable
- LIFO prepared (Stack-Buffer, NY-supported)
- See readme file ~under~ "files" for more information
- Only a few libraries needed (see code / makefile)
Follow ringBufU
Other Useful Business Software
    
                    
                    MongoDB Atlas runs apps anywhere
                    
                    
                
            
                            MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
                        
                    Rate This Project
Login To Rate This Project
    User Reviews
            Be the first to post a review of ringBufU!