An operation that is like a batch, but for gets, but without the keys being adjacent in order.
I mention this because at campjs @rvagg and I discussed where the boundry between userland and core should be, regarding issues like: #9 (comment)
We couldn't think of many features that you might want to do in the C binding, but we decided that we should evaluate them on a case-by-case basis for a bit, until it becomes clearer.
So this issue is mainly intended for discussion, although it may be useful.
hmm, so for the purposes of discussion, the api is
db.getAll(arrayOfKeys, cb)
Would an operation like this also benefit from crossing the c-js boundry only once,
passing an array each way?
An operation that is like a batch, but for gets, but without the keys being adjacent in order.
I mention this because at campjs @rvagg and I discussed where the boundry between userland and core should be, regarding issues like: #9 (comment)
We couldn't think of many features that you might want to do in the C binding, but we decided that we should evaluate them on a case-by-case basis for a bit, until it becomes clearer.
So this issue is mainly intended for discussion, although it may be useful.
hmm, so for the purposes of discussion, the api is
Would an operation like this also benefit from crossing the c-js boundry only once,
passing an array each way?