main
Run clang format against files under example/, memory/ and memtable/ folders (#10893)
Fix use of make_unique in Arena::AllocateNewBlock (#11012)
Replace ScopedArenaIterator with ScopedArenaPtr<InternalIterator> (#12470)
Fix ArenaTest.UnmappedAllocation in some cases (#12378)
Prefer static_cast in place of most reinterpret_cast (#12308)
cache_bench enhancements for jemalloc etc. (#11758)
Make MemoryAllocator into a Customizable class (#8980)
Fix compilation error when building static_lib (#9377)
Set optimize_filters_for_memory by default (#12377)
Refactor, improve CompressedSecondaryCache (#13797)
Remove deprecated DB::Open raw pointer variants (and more) (#14335)
Meta-internal folly integration with F14FastMap (#9546)