Florian Enner

Results 39 comments of Florian Enner

@lessthanoptimal I recently did some tests with [Aparapi](https://aparapi.com/) and think that could be useful for large matrices as well. It converts bytecode to OpenCL and runs algorithms on the GPU....

I think my GTX 2060 was about 20-50% faster than the parallel version on 12/24 threads, but I didn't do any real benchmarks and the dataset wasn't very large. The...

@lessthanoptimal going a bit off-topic here, I think that the JavaFX 3D performance is actually pretty good as long as you stay within the supported parts (e.g. [dynamic CubeWorld](https://youtu.be/Xac03kLqKrA?t=32) or...

@protogenes Can you provide an example and screenshot that show the problem with the default settings? The default renderers don't set those values, so as an initial workaround you should...

Thanks, the hex string was an oversight. What would you want the default values to be?

Don't you only need to specify a `` of [3.17.3](https://repo1.maven.org/maven2/com/google/protobuf/protoc/3.17.3/) or higher? I'm not using `protoc-jar` by itself, but at least for the `protoc-jar-maven-plugin` that is sufficient.

In JavaFX you can use the [PixelBuffer](https://openjfx.io/javadoc/13/javafx.graphics/javafx/scene/image/PixelBuffer.html) API and call `updateBuffer(obj -> null)` when the native data changes. Updating/viewing the image is negligible compared to the work needed for decoding.

@jperedadnr I tried the `HelloSharedLib` sample on Windows 10 and Ubuntu 20.04 (WSL2), but I can't get it to create a shared library. ## Windows 10 ```bash > mvn -v...

Google started releasing the osx aarch64 version in [3.17.3](https://repo1.maven.org/maven2/com/google/protobuf/protoc/3.17.3/). For older versions like [3.11.4](https://repo.maven.apache.org/maven2/com/google/protobuf/protoc/3.11.4/) you'd have to fall back to the `x86_64` version using `mvn -Dos.arch=x64_64`. You can specify the...

@spensonshih Looking at your repo it looks like you (1) forked the project without the commit history, (2) changed all namespaces, (3) added BlackRock logos, and (4) removed all links...