Raxol.Terminal.Escape.Parsers.CSIParserCached (Raxol v2.0.1)

View Source

Cached version of CSI parser for performance optimization.

This module provides cached parsing of CSI sequences to avoid redundant parsing operations.

Summary

Functions

Parses a CSI sequence with caching.

Warms up the cache with common sequences.

Functions

parse(sequence)

Parses a CSI sequence with caching.

warm_cache()

Warms up the cache with common sequences.