Ecosyste.ms: Awesome
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: about 2 months ago
JSON representation
Solution to the One Billion Rows Challenge in Go.
- Host: GitHub
- URL: https://github.com/morintd/1brc-go
- Owner: morintd
- Created: 2024-10-30T20:52:54.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-31T21:30:10.000Z (2 months ago)
- Last Synced: 2024-10-31T22:24:53.115Z (2 months ago)
- Language: Go
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`