Skip to content

An Ultra Low Latency, Minimal Concurrency Library

Notifications You must be signed in to change notification settings

friedhar/conatomic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conatomic - A Low Latency Concurrency Libary

Engineering Philosophy

The main philosophy behind conatomic is to

  • Minimize Locks, Of Any Kind.
  • Build all primitives around a small number of core, custom made, highly optimized data structures.
  • Minimize dependencies, even in the expense of short term increased latency - to have full fine grained control.

About

An Ultra Low Latency, Minimal Concurrency Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages