Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: about 2 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: 2m1s.
- Improved implementation: 45s

# Commands

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