Searched refs:pointers (Results 1 – 6 of 6) sorted by relevance
26 …pointers at compaction time on level 1 files that point to a range of files on level 2. For exampl…
8 …: index blocks use the same key format of <`user_key`,`seq`> and encode pointers to data blocks, <…
33 …s for data and index offsets.The first bit serves as a flag, so we can avoid using 8-byte pointers.
47 …e CPU overhead of the binary search. The hash index is just an array of pointers pointing into the…
2233 const std::vector<T*> &pointers, in toJPointers() argument2235 const jsize len = static_cast<jsize>(pointers.size()); in toJPointers()2237 std::transform(pointers.begin(), pointers.end(), results.get(), [](T* pointer) -> jlong { in toJPointers()
6 …objects implementing the `Cache::Deleter` interface as deleters instead of plain function pointers.86 * Fixed a bug where BlobDB was comparing the `ColumnFamilyHandle` pointers themselves instead of on…1151 …825d6964e26ec3b4bb6faa708ebb1787f1d7bd) -- huge increase in performance -- shared pointers are slow