monte-language / typhon

A virtual machine for Monte.
Other
67 stars 10 forks source link

utf8: avoid quadratic decoding #194

Closed dckc closed 7 years ago

dckc commented 7 years ago

use a flexlist buffer

In one benchmark, the typhon repo homepage, we get a 20x speedup, from ~10 sec to ~0.5sec.