Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
-
Forked from facebook/rocksdb
A library that provides an embeddable, persistent key-value store for fast storage.
C++ 1
-
-
-
-
Forked from YangModels/yang
YANG modules from standards organizations such as the IETF, open source such as Open Daylight or vendor specific modules
HTML
-
402 contributions in the last year
Contribution activity
July 2020
Created a pull request in facebook/rocksdb that received 3 comments
stagger first DumpMallocStats after opening DB
Previously when running db_bench with large value for num_multi_dbs and enabled Options::dump_malloc_stats, we would see most CPU spent in jemalloc…
+21
−1
•
3
comments
- Remove time out testing cases in error_handler_fs_test
- stagger first DumpMallocStats after opening DB
- Suppress a TSAN warning
- Only check for python location once
- Report corrupted keys during compaction
- Replace tracked_keys with a new LockTracker interface in TransactionDB
- Update Flush policy in PartitionedIndexBuilder on switching from user-key to internal-key mode
- Add Support for saving CompressionOptions to Options File
- Fix GetFileDbIdentities
- Exclude c_test from buck build opt mode
- Fixed Factory construct just for calling .Name()
- Add RestoreDBFromLatestBackup to C API, add new C# package
- Improve code comments in EstimateLiveDataSize
- Major CircleCI/Linux fixes / tweaks / enhancements
- BackupEngine verifies table file checksums on creating new backups
- Update Flush policy in PartitionedIndexBuilder on switching from user-key to internal-key mode