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

https://github.com/morintd/1brc-go

Solution to the One Billion Rows Challenge in Go.
https://github.com/morintd/1brc-go

Last synced: 9 months ago
JSON representation

Solution to the One Billion Rows Challenge in Go.

Awesome Lists containing this project

README

          

# 1BRC (Go)

Solution to the [One Billion Rows Challenge](https://github.com/gunnarmorling/1brc) in Go.

# Results (1 Billion rows)

- Base implementation: ~2m.
- Improved implementation: ~12s

# Commands

- Install with `make install` and `make install_tools`
- Run with `go run main.go [path_to_measurements_txt]`
- Tests with `make test`