github iwe-org/iwe iwe-v0.3.2
v0.3.2

latest releases: iwec-v0.3.2, iwes-v0.3.2
9 hours ago

iwes

Fixed

  • Editing a large document no longer pins the server at 100% CPU; each textDocument/didChange reparses the document, and the parser's offset-to-position mapping is no longer quadratic.

liwe

Fixed

  • MarkdownReader parsing of large documents no longer runs in quadratic time; source offsets are mapped to line/column positions with a binary search over the line table and a single UTF-16 count per endpoint, instead of rescanning every preceding line for each inline element.

Don't miss a new iwe release

NewReleases is sending notifications on new releases.