Eldius / 1brc-go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1BRC

links

code snippets

# count unique locations
sed 's/;[0-9.\-]*//g' internal/parser/sample_data/measurements_1m.txt  | sort | uniq | wc -l

# count location ocurrences
sed 's/;[0-9.\-]*//g' internal/parser/sample_data/measurements_1m.txt  | sort | uniq -c

About


Languages

Language:Go 58.5%Language:Makefile 33.4%Language:Shell 5.9%Language:Dockerfile 2.2%