Skip to content
Snippets Groups Projects
Commit ce5552df authored by Marijn Haverbeke's avatar Marijn Haverbeke
Browse files

Move to a new way of measuring character positions

Cut down on round-trips (and improve caching) by measuing all
characters in a line at once, and caching the resulting object, rather
than forcing an (expensive) DOM layout for every char that is
measured, and caching per-char.
parent d7d183a9
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment