|
|
|
|
|
by alephnan
1522 days ago
|
|
> typing performance in our testing is around 30-70% faster compared to Draft. At how many "Lines of Code" ? I am skeptical that scaling characteristics from 10k to 100k to 1 million is linear, so I'm curious what 30-70% actually means. For example, VSCode tried a new text buffer and benchmarked at different source text sizes. There is a critical point where their PieceTree implementation scales , whereas the line-based text buffer approach does not scale. |
|