Johannes Baiter

Results 104 comments of Johannes Baiter

The slowness of the matrix code was due to me using `debug=-1` (which enables amongst others `-Ofast`). With the default the matrix version runs at ~0.3s and the tensor version...

Here's an excerpt of my `/proc/cpuinfo`: ``` vendor_id : GenuineIntel cpu family : 6 model : 58 model name : Intel(R) Core(TM) i5-3210M CPU @ 2.50GHz stepping : 9 microcode...

This is also included in the [grok fork](https://github.com/GrokImageCompression/grok/blob/e3f58f1635654304de8a13340dd252b0165bcd04/src/lib/openjp2/jp2.cpp#L849). What's the stance on backporting features from grok? I'd really like so see support for `JP2_RES` and `JP2_COLR` in the mainline library....

Thanks for getting back so quickly, I wasn't aware of that!

Basing a PR on @leguilc's code would be fine, though, right? Given that he submitted his patch for the `openjpeg` project, can we safely assume that the copyright situation is...

I'm not that knowledgeable about GraalVM myself, but I think the gist is that it's in part a generic language runtime built on the JVM, with implementations for a number...

> GraalVM allows access to native libraries more conveniently than JNI (this doesn't have anything to do with the delegate script, but the inconvenience of accessing native libraries from Java...

I think this is the same bug I tried (in vain :crying_cat_face:) to fix with https://github.com/ProjectMirador/mirador/pull/3356

I just looked into it, it seems that this is due to a mix of Mirador using a deprecated API for getting the value of a property value, and Manifesto...

Another advantage of the new API is that it accepts a list of locales (in descending order of preference), which maps nicely to the `window.languages` property most modern browsers have....