High-performance WebGL2 terminal renderer
Sub-millisecond render times through GPU-accelerated instanced rendering
Performance Note: These pure Rust examples demonstrate beamterm's optimal performance characteristics. Rust+WASM provides predictable performance with direct memory management and no garbage collection overhead, while the JS/TS examples below show the convenience of web development APIs with some additional runtime overhead.