https://github.com/maxmcd/iouring-exp
https://github.com/maxmcd/iouring-exp
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/maxmcd/iouring-exp
- Owner: maxmcd
- Created: 2023-09-29T22:31:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-29T22:32:40.000Z (over 1 year ago)
- Last Synced: 2025-03-17T20:12:00.599Z (about 1 month ago)
- Language: Go
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
checking to see what performance is like making lots of symlinks with iouring.
benchmark results were bad, twice as slow with iouring. there's lots of
additional memory overhead, maybe this is not the best place for iouring