Congyu

Results 136 comments of Congyu

Since this library is a wrapper around Rocksdb. I'd refer to [rocksdb Wiki](https://github.com/facebook/rocksdb/wiki) for full documentation. However, I do think the current python doc is not good enough.

For the moment it does not yet support other chains. I am considering refactoring this project a bit to support other chains. If you find it helpful to you, I...

Got a python wrapping here: https://github.com/Congyuwang/RocksDict/releases/tag/speedict-v0.3.11

There really is a rust wrapper, but no idea where the actual repository is. https://crates.io/crates/speedb

Related issue https://github.com/facebook/rocksdb/issues/12635

Just added PutEntity also for WriteBatch.

Someone at Meta have a look at this thing?

I think this is indeed quite needed! I find my server with a lot of ESTABLISHED connection with 0/0 bytes communication that hangs forever, even though I have a timeout...

> Just to mention it, another solution is to put the application behind a reverse proxy, as it was the [general wisdom in the early days of Go](https://blog.gopheracademy.com/advent-2016/exposing-go-on-the-internet/). That’s a...

lettre has connection pooling. So you get reconnecting and connection reuse for free. But maybe just wrap it with deadpool is good enough.