https://github.com/kprotty/zig-adaptive-lock
Benchmarking a faster std.Mutex implementation for Zig
https://github.com/kprotty/zig-adaptive-lock
hacktoberfest
Last synced: about 1 year ago
JSON representation
Benchmarking a faster std.Mutex implementation for Zig
- Host: GitHub
- URL: https://github.com/kprotty/zig-adaptive-lock
- Owner: kprotty
- License: apache-2.0
- Created: 2019-11-04T02:23:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-13T20:55:45.000Z (over 1 year ago)
- Last Synced: 2025-04-05T08:35:03.172Z (about 1 year ago)
- Topics: hacktoberfest
- Language: Zig
- Homepage:
- Size: 1.41 MB
- Stars: 31
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zig-adaptive-lock
Benchmarking a faster std.Mutex implementation for Zig
Run `zig run bench.zig` to get a help screen for benchmarks.