1
0
mirror of https://github.com/sharkdp/bat synced 2026-08-03 18:51:44 +00:00

Merge pull request #2868 from cyqsimon/builtin-offload-v2

Faster startup by offloading glob matcher building to a worker thread
This commit is contained in:
David Peter
2024-03-10 20:08:43 +01:00
committed by GitHub
3 changed files with 50 additions and 1 deletions
+1
View File
@@ -32,6 +32,7 @@
- Improve performance when color output disabled, see #2397 and #2857 (@eth-p)
- Relax syntax mapping rule restrictions to allow brace expansion #2865 (@cyqsimon)
- Apply clippy fixes #2864 (@cyqsimon)
- Faster startup by offloading glob matcher building to a worker thread #2868 (@cyqsimon)
## Syntaxes