Documentation
¶
Overview ¶
Package race exposes whether the binary was built with the race detector enabled (-race). Callers use it to skip CPU-bound work under race instrumentation where race coverage adds nothing — e.g. one-shot decode sweeps that are slow enough to blow per-test timeouts when the race runtime amplifies allocator and recursive-call costs.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.