Robert Nagy

Results 162 issues of Robert Nagy

In order to get key + value we use entries which are an array of `[key,val]`. However, allocating an array for each key value pair is slow. Would be nice...

enhancement

Leveldb doesn't throw exceptions per se. But both the bindings and leveldb itself uses stl containers which uses allocators that throw `bad_alloc`. We should probably have a try/catch for each...

Adds option for a faster "flat" return format. Refs: https://github.com/Level/classic-level/issues/17 This is unfortunately incomplete as it also requires changes in abstract-level.

stream
semver-major
notable-change

In order to fully build rocksdb I would like to request the following deps be available in the docker image: - folly - boost - zstd - jemalloc - tbb

Can we change the type of `method` to just regular string? I keep getting this ts warning.

bug

While this is not breaking per se. It's pretty much unusable with existing handlers...