Main public logs

From Master of Neuroscience Wiki

Combined display of all available logs of Master of Neuroscience Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 15:24, 16 October 2025 Davrot talk contribs created page ProcessPoolExecutor: A fast way to implement multiprocessing (Created page with " == The goal == A fast way (measured in source code length) for multi-processing a function. Is it the best way? No, but it is easily accessable. Questions to [mailto:davrot@uni-bremen.de David Rotermund] == An example == We want to run 4 processes (number_of_cpu_processes = 4) at the same time. The first step is to get rid of most of the arguments of the function function_a. We use [https://docs.python.org/3/library/functools.html#functools.partial functools.partial]...") Tag: Visual edit