-
Several functios in xdem (or geoutils) implicitly use multiple threads, e.g. `Raster.reproject`, `xdem.terrain`.
The multithreading can interfere with multiprocessing when running steps in an embarra…
-
Is there a reason why this has not been implemented yet? As far as I am aware, the following terminations are available:
| | Total | Unimproved | Unimproved with score diffe…
-
Error line:
stream.Errors
-
I sometimes get assertion errors when I run SiloMucTest, e.g.:
``` Java
junitx.framework.ComparisonFailure: dwellings are different. Line [3] expected: but was: ['1']
```
I seems like, at lea…
-
I found that int16->float32 conversion in PyTorch is at least 3x slower than in NumPy.
How can we properly measure wall clock time ("real" time) when using multi-threaded code?
Is there a context …
-
Hi,
I am running MTAG on a 64bit 15 cores AMD processor, Centos 8 OS with Python 2.7.17.
I have switched on --cores 3 for the maxFDR calculation but it seems that it is only using 1 core.
Could you…
-
Most of the process that takes time in the client are network I/O which can be
made a lot fast using multi-threading.
Using POOL from multithreading library it can be implemented, and the place of
im…
-
Hi ☺️
Regarding the static instance of handlebars, is it possible to observe blocking behaviour when that instance is accessed with multiple threads?
During our load test for our web API, we're…
-
From the readme: "Traditionally merge sorts would merge two blocks to swap memory, then copy them back to main memory."
I'm not aware of any library implementation of merge sort that does a copy ba…
-
Hi I am trying to get pubchem id for about 3k smiles, I worked one by one but was very slow, so I programmed a simple multi threading loop to get them a little faster, but it did work very well and no…