rosedblabs / rosedb

Lightweight, fast and reliable key/value storage engine based on Bitcask.

Home Page:https://rosedblabs.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add Ascend and Descend

roseduan opened this issue · comments

I use the btree as the index, so the previous iterator is removed.

And the btree has some similar functions to do the same thing, we can add it to the outside callers.

In this release we can add two common functions:

Ascend
Descend

I've implemented the task and written unit tests for it. Additionally, I've provided unit tests for other APIs of the btree as well.Could you please review the PR and let me know if there are any issues? Is it ready to be merged?

I've implemented the task and written unit tests for it. Additionally, I've provided unit tests for other APIs of the btree as well.Could you please review the PR and let me know if there are any issues? Is it ready to be merged?

There are some comments, thanks