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.
- Host: GitHub
- URL: https://github.com/morintd/1brc-go
- Owner: morintd
- Created: 2024-10-30T20:52:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-31T21:30:10.000Z (over 1 year ago)
- Last Synced: 2025-01-20T02:39:36.823Z (over 1 year ago)
- Language: Go
- Size: 10.7 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: ~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`