-
Notifications
You must be signed in to change notification settings - Fork 6.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build system #116
Comments
i think autotools would be nice when there is a plethora of platfoms to support.... maybe at a later stage. |
ok, fair enough! thanks |
Nazgolze
pushed a commit
to Nazgolze/rocksdb-1
that referenced
this issue
Sep 21, 2021
BusyJay
pushed a commit
to BusyJay/rocksdb
that referenced
this issue
Jul 25, 2022
Ref facebook#277 When the iterator read keys in reverse order, each Prev() function cost O(log n) times. So I add prev pointer for every node in skiplist to improve the Prev() function. Signed-off-by: Little-Wallace [email protected] Implemented new virtual functions: - `InsertWithHintConcurrently` - `FindRandomEntry` Signed-off-by: tabokie <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would switching from the leveldb style makefile to autotools be a welcome contribution? If so I would be happy to contribute this. If not please feel free to close this issue.
The text was updated successfully, but these errors were encountered: