Benoit Chesneau
Benoit Chesneau
where is gone this plugin? https://github.com/sdwolf/rebar3_rust return a not_found error now.
Would be interesting add an option to build erocksdb against an installed rocksdb library. So we could depends on the OS maintainers patches and not rely on our own. Ex:...
This PR add the `erocksdb:backup/2` and `erocksdb:restore/2` function to backup the database incrementally and restore it: https://github.com/facebook/rocksdb/wiki/How-to-backup-RocksDB%3F Any feedback is welcome.
what is the current status of the lib? how far it is from prod?
q is returning an array of response instead of returning only one response with a list of rows. Couldn't the q parameter be a "key" and its value associated ?...
MPL2 license can't be included in Apache abd BSD projects. Due to the nature of an Erlang release I suggest either to replace or maybe just add a license like...
what is the advantage of using mzmetrics comparedto simply using ets counters?
are you aware of any crdt that has been tested with itc?
this changes fix the issue with the method parsing: https://github.com/joyent/http-parser/commit/c6ee6ada69fabdbc03c074a08dd2882ed84b18b4
It would be interesting to have a way to get headers line by line, so an application can eventually have use for it like transforming the key to uppercase for...