https://github.com/reddec/dfq
Dummy File Queue
https://github.com/reddec/dfq
Last synced: about 1 year ago
JSON representation
Dummy File Queue
- Host: GitHub
- URL: https://github.com/reddec/dfq
- Owner: reddec
- License: mit
- Created: 2020-07-13T17:00:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-05T05:49:45.000Z (almost 6 years ago)
- Last Synced: 2025-06-08T06:04:37.758Z (about 1 year ago)
- Language: Go
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Target
Low-memory applications: queue doesn't cache anything except counters.
## Performance
BenchmarkQueue_Put-8 53086 20844 ns/op
BenchmarkQueue_PeekCommit-8 83653 13663 ns/op
i7-8550U CPU, SSD, Ubuntu 18.04 x64