dumblob
dumblob
This project seems to get more or less mature. The whole point of existence of BipBuffer is performance. I wonder why there are no benchmarking results here. Did anybody do...
I wonder how much resilient SeqBox is to different "corruption vectors" e.g. in comparison with https://github.com/ttsiodras/rsbep-backup (which shall need just an approximate offset of the file and corrects up to...
Nowadays many setups do actually require a seamless combination of "ACID" key-value pairs and "best effort" key-value pairs (imagine analogy TCP packets and UDP packets treatment). Would you consider adding...
There is a "new" approach to very fast replication called [CURP](https://blog.acolyer.org/2019/03/15/exploiting-commutativity-for-practical-fast-replication/ ) (Consistent Unordered Replication Protocol). It doesn't have any of the caveats discussed and referenced in https://github.com/pmwkaa/sophia/issues/31 and https://github.com/pmwkaa/sophia/issues/51...
Any plans to have first-class support for compile-time FFI (e.g. to C functions & structs)? Or more generally - any plans to stand on the shoulders of some of the...
Any plans for metaprogramming, (hygienic) macros, compile-time evalution, own syntax, or alike? I don't expect you to build a new [XL](https://github.com/c3d/xl/ ) (despite I'd totally love such endeavor) but still...
Any plans for [parallelism & concurrency](https://github.com/vlang/v/issues/1868 )? And an orthogonal question - any plans to support seamless synchronous & asynchronous programming? With "seamless" I don't mean how majority of languages...
There was a pull request https://github.com/dumblob/mysql2sqlite/pull/4 trying to add support for double quotes, but in a very dangerous way and also without supporting nested double quotes (i.e. escaping of double...
Hi, I'm coming here from the feature comparison table on https://wiki.archlinux.org/title/Data-at-rest_encryption#Comparison_table and would like to ask about the "Support for multiple (independently revocable) keys for the same encrypted data". Does...