Skip to content

ora-0/concurrent-queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Concurrent Queue Implementation

  • queue.zig — a single threaded, stack allocated queue
  • queueConcurrent.zig — a lock-free implementation, allocator is provided by the user

About

a concurrent queue implementation in zig

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages