-
-
Notifications
You must be signed in to change notification settings - Fork 177
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
Get a range in one go #98
Comments
As I've said there, I'm fine with this kind of thing. I don't think it'll be exposed through LevelUP but I'd like to get people used to using storage-layer specific functionality where it makes sense and where they're wedded to a specific storage-layer: |
You could write |
@juliangruber Great suggestion, that's how I'll implement it. Thanks for the suggestion! |
nice! |
Kesla is rocking! :) |
Working with #96 got me thinking that we might have the opportunity here to add the functionality to get a range in one go.
The proposed API would then look something like this:
I find myself wanting to read a full range from time to time, so I end up reading everything from a stream and buffer it up, but with #96 in place perhaps that wouldn't need to be neccessary.
The text was updated successfully, but these errors were encountered: