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

Copy Markdown 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.