rocksdb/db/compaction
sdong 769b156e65 Remove customized naming from InternalKeyComparator (#10343)
Summary:
InternalKeyComparator is a thin wrapper around user comparator. Storing a string for name is relatively expensive to this small wrapper for both CPU and memory usage. Try to remove it.

Pull Request resolved: https://github.com/facebook/rocksdb/pull/10343

Test Plan: Run existing tests

Reviewed By: ajkr

Differential Revision: D37772469

fbshipit-source-id: d2d106a8d022193058fd7f6b220108e3d94aca34
2022-07-12 13:30:35 -07:00
..
clipping_iterator.h
clipping_iterator_test.cc
compaction.cc Replace the output split key with its pointer in subcompaction (#10316) 2022-07-06 16:19:45 -07:00
compaction.h Replace the output split key with its pointer in subcompaction (#10316) 2022-07-06 16:19:45 -07:00
compaction_iteration_stats.h
compaction_iterator.cc Add API for writing wide-column entities (#10242) 2022-06-25 15:30:47 -07:00
compaction_iterator.h Remove customized naming from InternalKeyComparator (#10343) 2022-07-12 13:30:35 -07:00
compaction_iterator_test.cc Add API for writing wide-column entities (#10242) 2022-06-25 15:30:47 -07:00
compaction_job.cc Replace the output split key with its pointer in subcompaction (#10316) 2022-07-06 16:19:45 -07:00
compaction_job.h
compaction_job_stats_test.cc
compaction_job_test.cc
compaction_picker.cc Multi-File Trivial Move in L0->L1 (#10188) 2022-06-30 18:04:23 -07:00
compaction_picker.h Multi-File Trivial Move in L0->L1 (#10188) 2022-06-30 18:04:23 -07:00
compaction_picker_fifo.cc Multi-File Trivial Move in L0->L1 (#10188) 2022-06-30 18:04:23 -07:00
compaction_picker_fifo.h
compaction_picker_level.cc Try to trivial move more than one files (#10190) 2022-07-05 10:10:37 -07:00
compaction_picker_level.h
compaction_picker_test.cc Try to trivial move more than one files (#10190) 2022-07-05 10:10:37 -07:00
compaction_picker_universal.cc Multi-File Trivial Move in L0->L1 (#10188) 2022-06-30 18:04:23 -07:00
compaction_picker_universal.h
compaction_service_test.cc
file_pri.h
sst_partitioner.cc