Skip to content

just-hms/pulse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

a blazingly fast search engine written in golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages