Home

anomalyco/opentui

Status:Indexed
Analyzed 4d ago6K+ starsTypeScript

OpenTUI is a library for building terminal user interfaces (TUIs)

Back to Pull Requests
#472Open
Simple Review

bench(text-buffer-view): add measureForDimensions benchmark

by simonkleeJan 4, 2026
View on GitHub

Summary

This pull request adds a benchmark to measure the performance of the `measureForDimensions()` function within the `text-buffer-view` component. It includes two scenarios: static content and streaming content to simulate LLM output, providing a baseline for future performance optimizations.

Changes

+109 additions-6 deletions

Impact Areas

PerformanceText Buffer Rendering