warmup

function in Infernux.jit
warmup(fn: Callable[..., Any])  None

Description

Pre-compile a @njit function by calling it with representative args.

description

Parameters

Name Type Description
fn Callable[..., Any]

Example

example

# TODO: Add example for warmup