ludrol@programming.dev to Programmer Humor@programming.dev · 2 days agoJPEG XL is Dead. Long Live JPEG XLprogramming.devimagemessage-square69linkfedilinkarrow-up1525arrow-down13file-text
arrow-up1522arrow-down1imageJPEG XL is Dead. Long Live JPEG XLprogramming.devludrol@programming.dev to Programmer Humor@programming.dev · 2 days agomessage-square69linkfedilinkfile-text
minus-squareEskuero@lemmy.fromshado.wslinkfedilinkarrow-up86·2 days 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-up11arrow-down1·2 days agoI.e. the existing implementation is not usable because it’s not written in rust
minus-squareCaptain Aggravated@sh.itjust.workslinkfedilinkEnglisharrow-up10arrow-down2·2 days agoOr would they demand it in Go? Or have they abandoned that?
minus-squareryannathans@aussie.zonelinkfedilinkarrow-up5arrow-down1·2 days 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