Home
last modified time | relevance | path

Searched refs:pointers (Results 1 – 6 of 6) sorted by relevance

/rocksdb-6.9/docs/_posts/
D2014-04-21-indexing-sst-files-for-better-lookup-performance.markdown26pointers at compaction time on level 1 files that point to a range of files on level 2. For exampl…
D2019-03-08-format-version-4.markdown8 …: index blocks use the same key format of <`user_key`,`seq`> and encode pointers to data blocks, <…
D2014-06-23-plaintable-a-new-file-format.markdown33 …s for data and index offsets.The first bit serves as a flag, so we can avoid using 8-byte pointers.
D2018-08-23-data-block-hash-index.markdown47 …e CPU overhead of the binary search. The hash index is just an array of pointers pointing into the…
/rocksdb-6.9/java/rocksjni/
Dportal.h2233 const std::vector<T*> &pointers, in toJPointers() argument
2235 const jsize len = static_cast<jsize>(pointers.size()); in toJPointers()
2237 std::transform(pointers.begin(), pointers.end(), results.get(), [](T* pointer) -> jlong { in toJPointers()
/rocksdb-6.9/
DHISTORY.md6 …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