Raxol.Terminal.Renderer.OptimizedStyleRenderer (Raxol v2.0.1)
View SourcePhase 3 optimized terminal renderer with efficient style handling.
Key optimizations:
- Pre-compiled style patterns at compile time
- Direct pattern matching instead of cache lookups
- Minimal memory allocations
- No process dictionary usage
- Efficient string building with iodata
Target: <500μs render time (from current 1200-2600μs)
Summary
Functions
Renders the screen buffer to HTML with optimized style handling.