-
Cannon is undergoing a major refactor, it will support multi-threading and will become a 64-bit architecture instead of 32-bit.
This won't introduce any new sections into the docs but changes some d…
-
Hi,
I regularly use WinThumbsPreloader and love it. However, it seems that it only uses a single core.
Would it be difficult to extend the app to support any number of cores for concurrent gene…
-
Each image should be, at least in theory, non-dependent on others. So it should be very possible to run them on separate threads, with a big speedboost.
-
Facing below issue, while build with json module for x86 platform.
**Error Log:**
```
gcc.compile.c++ bin.v2/libs/json/build/gcc-7.5.0/release/x86_64/threading-multi/visibility-hidden/src.o
In…
-
Currently, fftw has a [multi-threading option](http://www.fftw.org/fftw3_doc/Usage-of-Multi_002dthreaded-FFTW.html)
Is it possible enable multi-threading in RustFFT?
I searched for keywords like…
-
Hello, I'm replacing java's script engine with graal from Nashorn.
However, unlike Nashorn, graal does not support multi-threading, so the following methods were used
To briefly explain my code,…
-
There was an issue with (wrong) negative f inputs that understandably caused a DomainError in the `log` function here:
https://github.com/Deltares/Wflow.jl/blob/af04ae4b8c9d2b65624a466a86f3b834b404be…
-
zstd improved the multi-threading code present in pzstd in 1.1.0 and moved it up to the main library. I'd love to be able to use multiple threads - at least when reading zstd compressed streams.
Th…
-
Hello Delly author:
When I tried to compile multi-threading mode on our HPC cluster, RHEL 7.9, I see these output and hit the errors:
we use gcc/9.3.0 and openmpi/4.1.1
$ make PARALLEL=1 -B sr…
-
As far as I can tell there is no reason why `Path Algorithm` specialisations need to be singletons; it provides no particular benefit (to `AStar`, anyway) and it prevents the library from working prop…