|
|
|
|
|
by FraaJad
2585 days ago
|
|
but do all applications need multi-core threading? Languages like Python get around this using multiprocess module, which is not the same as "multi-core" threading, but it is probably good enough for a majority of applications. REPL based development, Interactive development are also features. Multi-core isn't probably the top most thing on everybody's list of things. |
|