You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Built a high-performance C-based chunk server (FastCGI) for streaming large files with bounded-memory caching. Designed an optimized piece-table text engine with O(log n) indexing for fast document editing, and implemented viewport virtualization with virtual-DOM diffing for smooth large-file rendering.