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
- Host: GitHub
- URL: https://github.com/lukaspietzschmann/unlocked-zig
- Owner: LukasPietzschmann
- License: bsd-3-clause
- Created: 2025-10-11T12:07:18.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-11T22:01:47.000Z (8 months ago)
- Last Synced: 2025-10-12T01:13:40.654Z (8 months ago)
- Topics: lock-free, zig
- Language: Zig
- Homepage: https://lukas.pietzschmann.org/talks/zigtoberfest25
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.