Skip to content
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

Closed
subprotocol opened this issue Apr 11, 2014 · 2 comments
Closed

build system #116

subprotocol opened this issue Apr 11, 2014 · 2 comments

Comments

@subprotocol
Copy link

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.

@dhruba
Copy link
Contributor

dhruba commented Apr 12, 2014

i think autotools would be nice when there is a plethora of platfoms to support.... maybe at a later stage.

@subprotocol
Copy link
Author

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants