-
I'm starting to play with multi-threading, with the long term goal of using the GPU for computing the permanent. So far I've only constructed a "naive" Ryser algorithm without the gray ordering
```
…
benkj updated
2 years ago
-
### Type
Game behaviour
### Bug description
Video shows what happens, but once I open the game, the brightness control becomes very unresponsive, only changing the brightness every few clicks, or s…
-
I'm trying to use PortAudio.jl in an application where the running audio code control parameters have to be updated in real-time, like with a GTK base GUI, or an OSC controller (or even possibly both …
sletz updated
3 years ago
-
Hi,
I'm trying to track down a crash in a test suite that uses lazy_static.
A `Once` is being poisoned:
```
thread 'tests::exec_call_symbol_with_many_args_some_ignored' panicked at 'Once ins…
-
Hello everyone,
Thanks to this package, I have a deployed DashBoard fully functional (which is great).
I would like to handle multi-user in a better way using multi-threading.
In the Dash python …
-
It would be great if there were examples showing how to implement multi-threading, and just running code in a new thread. I am having trouble figuring it out.
-
For the sake of ergonomics and performance, IMO the default number of threads should be the number of CPU's. In my experience, the cases where single-threaded behavior is required are the exception, n…
-
Hi,
I am using mattorch.load to read ".mat" data files saved using "-v7.3" in matlab. It is working fine with "-nDonkeys 0 or 1". However when I run it with "-nDonkeys 2 or more " it gives segmentati…
-
Is it possible to run the route calculation off line on parallell? The routers are capable of running on parallell, as this is what happens during a MATSim run. But it seems that it is not that straig…
-
To reproduce:
- compile llvm in Release
- compile OEC in release
- maybe use gcc instead of clang
The bug only appears sometimes.
The bug goes away if multi threading is deactivated for OEC wit…