ZIm/zed
Antonio Scandurra ae447ca1d9 Layout lines and line numbers sequentially
Doing things in parallel has a constant factor associated with it (e.g.,
spawning threads and coordinating them) that dwarves its benefits on a
code path like this where things take < 2-3ms when done sequentially.
2021-04-02 10:20:29 +02:00
..
src Layout lines and line numbers sequentially 2021-04-02 10:20:29 +02:00
Cargo.toml WIP: Start on rendering scenes via presenter 2021-03-18 21:33:16 -06:00