sdk

module
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 26, 2026 License: MIT

Directories

Path Synopsis
dsp
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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL