Y
Hacker News
new
|
ask
|
show
|
jobs
by
milkbikis
1208 days ago
Coincidentally, I recently looked into the slow startup time for shiki and it was mostly from parsing JSONC, not WASM:
https://github.com/shikijs/shiki/issues/439
.
1 comments
benatkin
1208 days ago
Hmm, I don't see why it's parsing it at all. It could just be inside the rust source code. And it might be faster to run, not just faster to load.
link