https://github.com/bsm/go-benchmark
Go (Awesome) Benchmarks
https://github.com/bsm/go-benchmark
Last synced: 3 months ago
JSON representation
Go (Awesome) Benchmarks
- Host: GitHub
- URL: https://github.com/bsm/go-benchmark
- Owner: bsm
- License: apache-2.0
- Created: 2020-09-09T10:24:44.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-05-02T12:32:56.000Z (about 2 years ago)
- Last Synced: 2025-01-03T01:37:10.309Z (over 1 year ago)
- Language: Go
- Size: 45.9 KB
- Stars: 1
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Go (Awesome) Benchmarks
This is a collection of various benchmarks for [Go](https://golang.org).
## Contributing
Contibutions are very welcome, but please take a quick look at our very short [contribution guidelines](./CONTRIBUTING.md).
## Contents
- http/
- [json](./http/json/) - various methods of generating a JSON HTTP response.
- hash/
- [noncrypto](./hash/noncrypto/) - comparison of non-cryptographic hash methods.
- rand/
- [guid](./rand/guid/) - comparison of globally unique ID generators.
- sketch/
- [histogram](./sketch/histogram/) - comparison of histogram sketches.
- store/
- [kv](./store/kv/) - comparison of disk based, embeddable key-value stores.
## Results
Latest results can be found on [Github](https://github.com/bsm/go-benchmark/actions?query=workflow%3Abench+branch%3Amain+is%3Asuccess).