Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 834 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 834 Bytes

Go (Awesome) Benchmarks

This is a collection of various benchmarks for Go.

Contributing

Contibutions are very welcome, but please take a quick look at our very short contribution guidelines.

Contents

  • http/
    • json - various methods of generating a JSON HTTP response.
  • hash/
    • noncrypto - comparison of non-cryptographic hash methods.
  • rand/
    • guid - comparison of globally unique ID generators.
  • sketch/
    • histogram - comparison of histogram sketches.
  • store/
    • kv - comparison of disk based, embeddable key-value stores.

Results

Latest results can be found on Github.