martona
martona
I don't know if you'd be interested in an external contribution. I'm working on an imagesearch replacement with more features (tolerance and % of pixels matched). I'm getting close to...
I'll tidy things up and give you access to a repo later today (i'm in the US, East), you can check it out for yourself. My take on the C...
Great work on the ImagePutBuffer project btw, it's immensely useful and a joy to use.
I see. Well, transparency can be handled trivially in the lo/hi mask precalculation phase where you can just set 0/0xffffffff for the masks in the locations that you want to...
@iseahound no, -1/0xffffffff doesn't matter. lzcnt is relatively new, with the GCC v4/v3... march buckets it's only in v4, same as AVX512. but bsf is just an extra subtraction to...
@wind0204 I was going to invite you to the repo but github wasn't giving me any results when I put in your name in the invite collaborator box. Weird. So...
Just to provide some color on this, this is what I'm seeing on the network as the threads (seemingly all together) keep switching between listing zero blocks and writing to...
I agree that it doesn't seem to make much sense, which is why I thought it was worth it to bug you with it. It's a blank 0-block bucket, block...
It's reasonable to suspect write amplification and fragmentation, but I'm trying to stream in encrypted zfs snapshots, which should be almost purely sequential writes of incompressible data, especially to a...