Configuration API#
User-level runtime configuration for brainevent.
Provides in-memory controls for: - Numba parallel execution and thread count - LFSR algorithm selection for JIT connectivity kernels - Global default backend selection per platform
Numba Runtime Controls#
|
Enable or disable Numba parallel execution and optionally set the thread count. |
Return whether Numba parallel execution is currently enabled. |
|
Return the configured Numba thread count. |
LFSR Algorithm Selection#
|
Set the global LFSR algorithm used by JIT connectivity kernels. |
Return the current global LFSR algorithm name. |
Global Backend Selection#
|
Set the global default backend for a platform across all primitives. |
|
Get the global default backend for a platform. |
Clear all global backend defaults. |