Skip to content

v1.3.0 — performance

Choose a tag to compare

@Jacobobber Jacobobber released this 08 Jul 20:07
4c7f1e1

Performance: pooled HTTP client (connection reuse; ~5x on loopback, more over TLS) + JWT verify cache (skip RSA on repeated tokens; ~160x on the hot path) + evals/benchmark.py throughput suite. HttpxClient gains close()/http2; TokenVerifier gains cache_size. Measured, not claimed.