[PATCH] D52300: [clangd] Implement VByte PostingList compression

Kirill Bobyrev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 25 04:03:50 PDT 2018


kbobyrev updated this revision to Diff 166843.
kbobyrev marked 13 inline comments as done and an inline comment as not done.
kbobyrev edited the summary of this revision.
kbobyrev added a comment.

Address a round of comments, fallback to `std::vector`.


https://reviews.llvm.org/D52300

Files:
  clang-tools-extra/clangd/CMakeLists.txt
  clang-tools-extra/clangd/index/dex/Dex.cpp
  clang-tools-extra/clangd/index/dex/PostingList.cpp
  clang-tools-extra/clangd/index/dex/PostingList.h
  clang-tools-extra/clangd/index/dex/fuzzer/CMakeLists.txt
  clang-tools-extra/clangd/index/dex/fuzzer/VByteFuzzer.cpp
  clang-tools-extra/unittests/clangd/DexTests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52300.166843.patch
Type: text/x-patch
Size: 21710 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180925/ec88c9db/attachment-0001.bin>


More information about the cfe-commits mailing list