Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 494 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 494 Bytes

pulse

a blazingly fast search engine written in golang

download MSMARCO

mkdir -p data
curl -o data/dataset.tar.gz https://msmarco.blob.core.windows.net/msmarcoranking/collection.tar.gz

profiling

go install github.com/google/pprof@latest

go build path/to/file.go
./file --cpuprofile
pprof -http:localhost:8080 ./index ./profile.out