[erlang-questions] [ANN] erlang-rocksdb 0.25.0 is released

Benoit Chesneau bchesneau@REDACTED
Wed Dec 5 14:32:53 CET 2018


On Fri, Nov 23, 2018 at 11:27 AM Caragea Silviu <silviu.cpp@REDACTED>
wrote:

> Hello,
>
> Do you have any benchmarks agains https://github.com/leo-project/erocksdb
> ?
>
> Silviu
>

Sorry somehow  the messages was lost in the backlog. In term of speed
erlang-rocksdb used to be a little faster at the time I started the project
but I didn't do any change. The main internal diff between both is that
erlang-rocksdb is using dirty nifs to schedule calls to the rocksdb
database while the binding from the leo project is using its own pool of
threads.

The erlang-rocksdb project is also more features packed to offer more
control in the way you want to handle your data but also backpressure and
other related topics. It aims to provide a complete programmable database
toolkit  for erlang apps, something  I want since a long time.

 Benoît

>
> On Wed, Nov 21, 2018 at 3:03 PM Benoit Chesneau <bchesneau@REDACTED>
> wrote:
>
>> I just released a new version of erlang-rocksdb 0.25.0 a binding of
>> rocksdb for Erlang. This version support latest version of rocksdb
>> (0.17.2) and brings many new features allowing more control of the
>> database:
>>
>> https://gitlab.com/barrel-db/erlang-rocksdb/tags/0.25.0
>>
>> Package is also available on hex.pm: https://hex.pm/packages/rocksdb
>>
>> Documentation is on the wiki:
>> https://gitlab.com/barrel-db/erlang-rocksdb/wikis/home
>>
>>
>> Any feedback is welcome :)
>>
>> Enjoy!
>>
>> Benoît
>> _______________________________________________
>> erlang-questions mailing list
>> erlang-questions@REDACTED
>> http://erlang.org/mailman/listinfo/erlang-questions
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20181205/3b114a4b/attachment.htm>


More information about the erlang-questions mailing list