p0nce
p0nce
The Gamut library https://github.com/AuburnSounds/gamut provides both QOI format and "QOIX", an evolving format which is currently qoi2avg.h from @wbd73 followed by LZ4 compression (ie, it is `qoi-lz4-avg2` without the rounding...
 Note sure where to post this. This 11kb PNG image encodes to a 256kb QOI. I feel like this is a worst-case scenario for that codec. I didn't generate...
@nigeltao it's nice that qoi-lz4 does better, but better entropy-coding doesn't really fix the lack of vertical intra prediction.
More suggestions: - use only one multiply in `Image.scanline()` instead of two: the common sub-expression isn't easy to merge, and I've found this function takes significant time in benchmarks. `ImageRef`...
> Making the functions templated might Just Work in many cases. How about fixing this as needed? You are right. I've also noticed some naming/consistency problem in aaXXXX vs XXX...
Hi, I'm now the maintainer of vuaru's derelictified OpenCL bindings (https://github.com/p0nce/DerelictCL), would be cool if such dynamic bindings be supported by cl4d. Poke me if something is needed to make...
Adam: "also btw on xml parsing, you can just do new XmlDocument(); to simplify that a lil, which sets case sensitive and strict to true automatically it also sets the
http://dpldocs.info/this-week-in-d/Blog.Posted_2020_12_21.html#audio-player-in-d
Steve is right of course and provide a hint about what to replace in the article. ``` Note, this only will add the 's' function (named staticArray) to phobos, it...
``` it's not easy to know if the static will be initialized by CTFE, because it could well be a global constructor well static variable initialized in place is going...