heyman / heynote

A dedicated scratchpad for developers
https://heynote.com
Other
3.76k stars 183 forks source link

Block parsing optimization #241

Closed heyman closed 1 month ago

heyman commented 1 month ago

Optimize block parsing when syntax tree isn't available, by parsing the blocks from the string contents of the document in that case, which is much faster than waiting for the syntax tree parsing to finish.