-
Facebook
- Bay Area
Block or Report
Block or report ajkr
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
rocksdb Public
Forked from facebook/rocksdb
A library that provides an embeddable, persistent key-value store for fast storage.
C++ 2
-
-
-
-
yang Public
Forked from YangModels/yang
YANG modules from standards organizations such as the IETF, open source such as Open Daylight or vendor specific modules
HTML
-
460 contributions in the last year
Contribution activity
February 2022
Created 2 commits in 1 repository
Created a pull request in facebook/rocksdb that received 5 comments
remove unused instance variable in GenericRateLimiter
As reported in
#2899 (comment),
prev_num_drains_ is confusing as we never set it to nonzero. So this
PR removes it.
Test Plan: make check -j24