Skip to content

Commit

Permalink
fy
Browse files Browse the repository at this point in the history
  • Loading branch information
asg0451 committed Mar 23, 2024
1 parent 5e7f239 commit ac4c6e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ type stats struct {
// - using [swiss maps](https://github.com/dolthub/swiss) instead of builtin
// - replacing *stats with stats in maps
// - manual loop var stuff
// - using bytes.IndexByte instead of a for loop to split on lines
func run(log *slog.Logger) error {
numWorkers := runtime.NumCPU()

Expand Down

0 comments on commit ac4c6e2

Please sign in to comment.