Y
Hacker News
new
|
ask
|
show
|
jobs
by
meta2meta
2003 days ago
I see "#include <terark/fsa/cspptrie.inl>" in the "memtable/terark_zip_entry_index.cc" but I can't find "cspptrie.inl" in the repo. Is the code auto-generated or not open source now?
2 comments
wanghenshui
2003 days ago
submodule,
https://github.com/bytedance/terark-zip
link
royguo1988
2003 days ago
All source code is open source now. You can find them in `third-party/terark-zip`, terark-zip is a standalone repo that contains only core algorithms.
link