Tyler Neely
Tyler Neely
I hit something similar when running this from multiple requesting threads in its usage in sled. Will dive into this in the next few days
@stjepang and I were talking about this this afternoon, and he was also mentioning passing an owned buffer as well. A key part of io_uring is being able to chain...
the internals of sled are being rewritten semi-privately as part of the [komora project](https://github.com/komora-io), rewriting subcomponents in a modular, ground-up way. The marble storage engine is probably the most significant...
I'll clarify that, thanks!
I've been working on a rewrite of smaller components in the komora github org, which will be released as part of sled's new storage engine, solving the current space issues....
@vi generally I see sled remaining MIT/Apache-2.0. There are a variety of non-open systems that build on top of sled in interesting ways, some of which I've built myself, but...
@physics515 that makes sense! multi-process is definitely one of the major draws for embedded db's like LMDB or SQLite, and I see what they enable as being very valuable in...
https://github.com/spacejam/loghisto/tree/tan_persistent_queue
I'm quite in-favor of adding this flag. Also, once it is in place, this library can easily allow applications to generate flamegraphs targeting themselves through the library API.