Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 809 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 809 Bytes

AOCL (Append-Only Concurrent List)

Status
Build NuGet
develop Build AOCL
master Build AOCL Publish To NuGet

Available on NuGet

To install the Aocl package run the following command in the Package Manager Console:

PM> Install-Package Aocl

What Is It

Aocl is a collection that supports append-only, thread-safe writes and lock-free, random access reads.