Further speed up your MEX files by making it easier to add in support for multi-threading and eliminate multi-threading overhead.
Al momento, stai seguendo questo contributo
- Vedrai gli aggiornamenti nel tuo feed del contenuto seguito
- Potresti ricevere delle email a seconda delle tue preferenze per le comunicazioni
Cita come
oreoman (2026). Simpler MEX Multi-Threading w/ a Persistent Thread Pool (https://github.com/michael-nix/MATLAB-MEX-Threadpool), GitHub. Recuperato .
Riconoscimenti
Ispirato da: max_in_place - example of multi-threaded MEX function, Multi-Threading w/ MEX: Adding Two Vectors
Categorie
Scopri di più su Write C Functions Callable from MATLAB (MEX Files) in Help Center e MATLAB Answers
Informazioni generali
Compatibilità della release di MATLAB
- Compatibile con R2018a e release successive
Compatibilità della piattaforma
- Windows
- macOS
- Linux
Le versioni che utilizzano il ramo predefinito di GitHub non possono essere scaricate
| Versione | Pubblicato | Note della release | Action |
|---|---|---|---|
| 1.1.2 | Simple bug fix in madd_threadpool.c |
||
| 1.1.1 | Connected to GitHub... |
||
| 1.1.0 | Added a few helper functions to make my life easier, and make it possible to use the same thread pool among multiple MEX files. Not properly documented 'cause I'm lazy. |
||
| 1.0.0 |
