[erlang-questions] [ANN] LETS - LevelDB-based Erlang Term Storage v0.5.3
Joseph Norton
norton@REDACTED
Mon Nov 21 10:58:05 CET 2011
Ciprian -
Yes, your guess is correct.
Joseph Norton
norton@REDACTED
On Nov 21, 2011, at 3:09 PM, Ciprian Dorin Craciun wrote:
> I've thrown a quick look over your code
> `https://github.com/norton/lets/blob/master/c_src/lets_nif.cc` -- as I
> also want to make a LevelDB binding, but in Go, and I wanted to see
> how you did it -- and I was curios about one thing: why you never use
> `db->Get` but always for read operations you use
> `db->NewIterator(...)`? (I guess it's because it doesn't return a
> `Slice` but a `std::string`?)
More information about the erlang-questions
mailing list