dumblob
dumblob
Hm, I've reacted to your rather incorrect expactation in **What did you expect to see?** :wink: But yes, the match shall succeed. I didn't realize the `Assertion failed` in your...
> Surely this is a thing in other apps? Yeah, it is very widespread. It originates from Microsoft Windows IIRC. >e.g. does Figma allow horizontal scrolling/panning with SHIFT + scroll?...
Awesome. Thanks a lot!
Oh, now I noticed I have not been clear enough. I am sorry for that. With web page I meant https://www.quadratichq.com/ and not the app itself. It looks like this...
>The second part is more complex. Virtual folder or "search result folder" and share them, currently it's not designed to perform it. Maybe longer to implement. Ah, good to know....
Hm, thinking about this - if this tagging + virtual folder functionality would be accepted in upstream (by you :wink:), wouldn't it be easier implementation-wise to actually make all folders...
> It's not an engine with storage, every time you ask, no cache, it asks to the underlying filesystem. That's a good thing!
Thinking about this I am sure the performance could be made really good - the absolute worst case seems to be 2*qoi_time. Which is still much faster then other contenders....
Theoretically the compression could be very similar. But the speed of huffman encoding should be much higher I guess.
No, I have not tested `hoi` (because I would need to rewrite it to C for which I do not have any time). I saw some numbers of LZ4 +...