FIG-001/ BENCHMARK

token cache benchmark.

Render the same markdown once cold, once warm. The render log records every cycle; the stats card surfaces average time and cache size. Clear the cache to start the comparison over.

  • First render parses markdown into tokens and stores them in an LRU cache.
  • Subsequent renders of the same content skip parsing and use cached tokens (50–200× faster).
  • LRU eviction and TTL expiration manage memory automatically.
↩ all examples
cache · lru 50d / 5m mode · live running source

Markdown Input

1471 characters

Rendered Output

Click Render to see the markdown output.

category · benchmark
sheet · sheet 01 / 01
⟳ to re-run

Caching Performance