Simpler MEX Multi-Threading w/ a Persistent Thread Pool
Citar como
oreoman (2024). Simpler MEX Multi-Threading w/ a Persistent Thread Pool (https://github.com/michael-nix/MATLAB-MEX-Threadpool), GitHub. Recuperado .
Compatibilidad con la versión de MATLAB
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
- MATLAB > External Language Interfaces > C with MATLAB > Write C Functions Callable from MATLAB (MEX Files) >
Etiquetas
Agradecimientos
Inspirado por: max_in_place - example of multi-threaded MEX function, Multi-Threading w/ MEX: Adding Two Vectors
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
No se pueden descargar versiones que utilicen la rama predeterminada de GitHub
Versión | Publicado | Notas de la versión | |
---|---|---|---|
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 |