Directories
¶
| Path | Synopsis |
|---|---|
|
fft
Package fft provides fixed-size, power-of-two, real-valued-friendly FFT primitives for streaming DSP use (in particular partitioned convolution).
|
Package fft provides fixed-size, power-of-two, real-valued-friendly FFT primitives for streaming DSP use (in particular partitioned convolution). |
|
Package parallel provides a completion-notification primitive for producer/consumer pipelines where jobs complete out of order on a worker pool: every pending entry that needs to block a waiter shares one lazily-created channel instead of owning its own, so signaling costs one channel per contended wait rather than one per job.
|
Package parallel provides a completion-notification primitive for producer/consumer pipelines where jobs complete out of order on a worker pool: every pending entry that needs to block a waiter shares one lazily-created channel instead of owning its own, so signaling costs one channel per contended wait rather than one per job. |
|
Package profiling provides helpers shared by godexture's CLI and example entry points for handling CPU profile output paths.
|
Package profiling provides helpers shared by godexture's CLI and example entry points for handling CPU profile output paths. |
Click to show internal directories.
Click to hide internal directories.