Skip to content

Instantly share code, notes, and snippets.

@abdo1819
Created November 3, 2022 15:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abdo1819/15bf0eecbf3cbff78ee0fb9064ec5959 to your computer and use it in GitHub Desktop.
Save abdo1819/15bf0eecbf3cbff78ee0fb9064ec5959 to your computer and use it in GitHub Desktop.

explore src

files

  • test/primer/starter_trie_test.cpp
  • src/include/primer/p0_trie.h

build

   export CC=/usr/bin/clang-12
   export CXX=/usr/bin/clang++-12
   cmake -j12 ..
   make starter_trie_test

run test

./starter_trie_test

format

$ make format
$ make check-lint
$ make check-clang-tidy-p0

clean

rm build -r
mkdir build
cd build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment