Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ThreadedLockness

Lockless Data Type Research Project, the aim is to develop data types that are thread-safe absent a operating system level lock (critical section) and without using Monitor.Enter, or the lock statement.

Goals

  • Thread Safe Linked List
  • Thread Safe Dynamic Array
  • Thread Safe HashSet
  • Unit Tests for each class

About

Lockless thread-safe Data Type (Research Project)

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages