Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
neilotoole committed Mar 14, 2024
1 parent b78ba5c commit f0d2335
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,9 @@ BenchmarkMutexSpin/stdlib-10 5025486 233.7 ns/
BenchmarkMutexSpin/fifomu-10 514082 2362 ns/op 0 B/op 0 allocs/op
BenchmarkMutexSpin/semaphoreMu-10 496808 2512 ns/op 159 B/op 2 allocs/op
```

## Related

- [`streamcache`](https://github.com/neilotoole/streamcache) uses `fifomu` to ensure fairness
for concurrent readers of a stream.
- [`sq`](https://github.com/neilotoole/sq) uses `fifomu` indirectly via `streamcache`.

0 comments on commit f0d2335

Please sign in to comment.