-
- [x] I have marked all applicable categories:
+ [ ] exception-raising bug
+ [x] visual output bug
- [x] I have visited the [source website], and in particular
read the [known issues]
-…
-
Hi,
I'm wondering if there is a simple way of restricting RAM (not vRAM) use when calculating embeddings - sometimes I need to use a laptop.
I'm figuring that the multi-threading used to load t…
-
**Describe the bug**
I tried to use this library to build an animated splashscreen.
Therefore I open a new window in another thread wich contains the gif control.
It's another thread because the ca…
-
The pthreads based multi-threading code should be improved (IMHO). I see two options:
1. keep the internal 'explicit' interface more or less like it is but switch from pthreads to c++11 threads.
2…
axxel updated
6 years ago
-
Right now, `threaded=false`. If we were to change this, the application would not run correctly. Look into making the changes necessary so we can use multi-threading.
This could just be an issue …
-
The testing SDK multi-threads running of analyzers, which is incredibly frustrating when attempting to set breakpoints and step through code, as the debugger jumps around when threads are unpaused and…
-
Hi,
I'm writing a script that spawns multiple threads to GET multiple pages in parallel, and when I run it I see several messages like this:
```
timebudget.py:73: UserWarning: timebudget is co…
-
track_targets performs better when compiled to use a single thread for marker detection:
`MParams.maxThreads = 1;`
When compiled for multiple or maximum threads: `MParams.maxThreads = -1;`, performa…
fnoop updated
6 years ago
-
for more complex AI's and now that node.js is slowly starting to support multi-threading and parallel processing, is there any plan in the future for neataptic to parallelize and use these features to…
-
The JSCPP distribution has exactly one error when being loaded into a WebWorker via `importScripts()`. That error has to do with the way `window.JSCPP` is assigned in [index.js](https://github.com/fel…