Attempt Number | Approach | Execution Time | Diff | Commit |
---|---|---|---|---|
1 | Naive Implementation: Read temperatures into a map of cities. Iterate serially over each key (city) in map to find min, max and average temperatures. | 6:13.15 | ||
2 | Evaluate each city in map concurrently using goroutines. | 4:32.80 | -100.35 | |
3 | Remove sorting float64 slices. Calculate min, max and average by iterating. | 4:25.59 | -7.21 |
forked from shraddhaag/1brc
-
Notifications
You must be signed in to change notification settings - Fork 0
Solution to One Billion Rows Challenge in Golang.
priyankshah217/1brc
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Solution to One Billion Rows Challenge in Golang.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Go 100.0%