TypeScript-first Markdown parser and renderer compatible with the markdown-it public API, with streaming, chunked parsing, and async render.
Plurid Data Structures
mini piece table ts
A piece table implementation in TypeScript. This data structure is designed for efficient text editing operations, such as insertions, deletions, and undo-redo functionality. It is particularly useful in text editors and applications that require frequent
An implementation of the piece table data structure
Simple piece table lib
A fast, generic piece-table text buffer backed by a balanced B+ tree
A headless editor engine focused on state management, Unicode-aware text measurement, and coordinate conversion.