4 ms·
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 o
by meta2meta 6y 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?
- wanghenshui 6y agosubmodule, https://github.com/bytedance/terark-zip https://github.com/bytedance/terark-zip
- royguo1988 6y agoAll 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.