Re: Studying Lossy Image Compression Efficiency, July 2014

2014-07-19 Thread Ralph Giles
On 2014-07-19 1:14 PM, Caspy7 wrote: > Would this code be a candidate for use in Firefox OS or does most of that > happen in the hardware? Probably not for Firefox OS, if you mean mozjpeg. Not necessarily because it uses hardware, but because mozjpeg is about spending more cpu power to compress

Re: Building with a RAM disk

2014-07-19 Thread Philipp Kewisch
I've had been doing this on my laptop with only an SSD in hopes of saving write cycles, but eventually I gave up. Far too many situations where the battery died and I had to do a full rebuild. I was thinking of writing some caching script that would save not-so-often changed objects to the SSD an

Re: Studying Lossy Image Compression Efficiency, July 2014

2014-07-19 Thread Caspy7
Would this code be a candidate for use in Firefox OS or does most of that happen in the hardware? ___ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform

Re: Intent to implement: AbortablePromise and AbortableProgressPromise

2014-07-19 Thread Jonas Sicking
Something like this is likely to get standardized eventually. But I think it will take longer than we are willing to wait. In the meantime we should only expose this API to pages that have permission to use DeviceStorage, which is where we are planning to use this. This way these classes effectiv