Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 469 Bytes

File metadata and controls

12 lines (7 loc) · 469 Bytes

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.