-
Notifications
You must be signed in to change notification settings - Fork 96
Closed
Description
lsp
uses rope-utf16-splay
to represent buffers:
Line 91 in 1468d13
, rope-utf16-splay >= 0.3.1.0 |
This is not a good fit since text-2.*
uses an UTF-8 encoding. We can either create an equivalent data structure for UTF-8, or drop it and work with Text
directly. @alanz do you know how critical the rope data structure is for performance?
Metadata
Metadata
Assignees
Labels
No labels