dumblob
dumblob
Ah, I see. Modern browsers silently do not allow to open links from https pages leading to http (note the missing `s`). Thanks!
I am not a Rust fan but this sound rather overengineered compared to the problem we have here (binary bloat due to Rust's shortcoming). Btw. it resembles the X11 architecture...
@eau-u4f with the release few weeks ago there seems to be now a more user-friendly USB debugging support. Perhaps it is time to prepare for some very basic profiling?
Any plans to support "incremental" partial compaction? That is to compact the DB only partially to increase the maximum possible utilization of the disk space? The problem I see is...
Oh, I see - there are multiple obstackles to my proposal. So my understanding is unless the design of `zdb` (e.g. being single threaded) will not change any time soon,...
>If you want to compare the same kind-of-workload (key-value store), doing sql insertion to sqlite will be a lot slower by design anyway. Let the numbers speak. Could you publish...
I'm usually using ```sql create table if not exists memo ( rid integer primary key autoincrement not null, -- not superfluous as SQLite always has this column key blob not...
Nice, thanks! I think the numbers are a good start for zdb actually. Will stay tuned to see how it goes without the network stack. Btw. you might get some...
Thank you for such a prompt answer! The proposed classifier solution is still easily forgeable (also because the classifier will be public and therefore preparing optimal input shouldn't be that...
Thanks for looking into this. Did you test this with various example apps (and ideally also backends/demos)? Also, could you please also [update the source files and version](https://github.com/Immediate-Mode-UI/Nuklear#reviewers-guide )?