Skip to content

Fixed Sized, Lock Free, Append Only Thread Safe Buffer

Notifications You must be signed in to change notification settings

AbrarNitk/lock-free-buffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thread Safe Append-Only Data Structure

This repository contains code thread safe, lock free and append-only data structure.

We have implemented a SafeBuffer which is a thread safe, append-only and fixed-size. This does not supports the dynamic length.

Note: All the code in this repository is educational purpose, please do not use them anywhere until you are not sure. If there is something you can recommend me to learn, please raise an issue or send a PR.

About

Fixed Sized, Lock Free, Append Only Thread Safe Buffer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages