ezmsg.sigproc.util.threaded_filt.DEFAULT_MAX_WORKERS#

DEFAULT_MAX_WORKERS = 8#

Upper bound on pool size. IIR filtering is memory-bandwidth bound well before it is core bound, so past a handful of workers the curve flattens (measured ~4.5x at 6 threads on 12 cores).