Skip to content

Instantly share code, notes, and snippets.

View Tessil's full-sized avatar

Thibaut Goetghebuer-Planchon Tessil

View GitHub Profile
@Tessil
Tessil / Makefile
Last active December 13, 2021 06:05
HAT-trie benchmark
CXX=g++
CXXFLAGS=-lcityhash -std=c++11 -march=native -DNDEBUG -O3
WORDS_INSERT_FILE="./enwiki-20170320-all-titles-in-ns0"
WORDS_READ_FILE="./enwiki-20170320-all-titles-in-ns0"
QP_TRIE_LIB_PATH="./qp/"
all: compile run run_peak
compile: