An open API service indexing awesome lists of open source software.

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

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).