Smattr / clink

a modern re-implementation of Cscope
The Unlicense
43 stars 2 forks source link

parallelise on-demand highlighting #147

Closed Smattr closed 1 year ago

Smattr commented 1 year ago

When Clink discovers results in files that have not yet been syntax-highlighted, it runs syntax highlighting on-demand. This is convenient, but the on-demand highlighting runs single threaded. There is no fundamental reason for this limitation. We should use all threads to do this.