An open API service indexing awesome lists of open source software.

https://github.com/lukaspietzschmann/unlocked-zig

An implementation of concurrent lock-free datastructures in zig
https://github.com/lukaspietzschmann/unlocked-zig

lock-free zig

Last synced: 8 months ago
JSON representation

An implementation of concurrent lock-free datastructures in zig

Awesome Lists containing this project

README

          

# Unlocked Zig

For a [talk](https://zigtoberfest.de/agenda2025/talk02/) I'll give at Zigtoberfest 2025, I'm coding up common concurrent datastructures in a lock-free way.