-
Notifications
You must be signed in to change notification settings - Fork 15
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
More general key-val? #4
Comments
On Sun, Apr 13, 2014 at 11:57:34PM -0700, Christophe Troestler wrote:
I have implemented something similar (but safer albeit less convenient, since
This is supplemented by Obs_key_encoding, which provides simple User_comments.get_rows ks ~max_keys:10000 It'd be tempting to retrofit obigstore's key encoding and range operations Mauricio Fernández |
I meant to keep it simple! The use of marshalling is interesting if it is possible to use |
Since LevelDB says that ”Keys and values are arbitrary byte arrays.”, I was wondering whether general (marshallable) values are possible. The idea is to have a functor to "generate" the type specialized functions:
(The
db
type is not shared between generated modules to avoid calling differentget
function on it.)The text was updated successfully, but these errors were encountered: