Skip to content

dx-prog/ThreadedLockness

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages