ludrol@programming.dev to Programmer Humor@programming.dev · 1 day agoJPEG XL is Dead. Long Live JPEG XLprogramming.devimagemessage-square66fedilinkarrow-up1502arrow-down13file-text
arrow-up1499arrow-down1imageJPEG XL is Dead. Long Live JPEG XLprogramming.devludrol@programming.dev to Programmer Humor@programming.dev · 1 day agomessage-square66fedilinkfile-text
minus-squareEskuero@lemmy.fromshado.wslinkfedilinkarrow-up83·1 day ago“we would welcome contributions to integrate a performant and memory-safe JPEG XL decoder in Chromium. In order to enable it by default in Chromium we would need a commitment to long-term maintenance.” yeah
minus-squareryannathans@aussie.zonelinkfedilinkarrow-up10arrow-down1·18 hours agoI.e. the existing implementation is not usable because it’s not written in rust
minus-squareCaptain Aggravated@sh.itjust.workslinkfedilinkEnglisharrow-up9arrow-down2·18 hours agoOr would they demand it in Go? Or have they abandoned that?
minus-squareryannathans@aussie.zonelinkfedilinkarrow-up4arrow-down1·16 hours agoThat might work but didn’t think go was as safe as rust built for CPU intensive operations (aside from potentially concurrent tasks)
“we would welcome contributions to integrate a performant and memory-safe JPEG XL decoder in Chromium. In order to enable it by default in Chromium we would need a commitment to long-term maintenance.”
yeah
I.e. the existing implementation is not usable because it’s not written in rust
Or would they demand it in Go? Or have they abandoned that?
That might work but didn’t think go was