54069d1301
refactor: store static file types in a StaticStringMap instead of a plain list
2025-07-14 18:02:24 +02:00
72a675c9f2
feat: add support for pre-generated tree-sitter error queries
2025-04-24 18:08:12 +02:00
fa6a411bc7
refactor: remove some log spam
2025-04-17 10:08:52 +02:00
44bbf996bd
feat: use binary tree-sitter queries created at compile time
2025-03-24 12:13:18 +01:00
56f33e51a6
fix: destroy QueryCache.CacheEntry objects on clean-up
2025-03-19 15:32:40 +01:00
Loris Cro
80ceadcff9
fix IB in cache
...
on hashmap reallocation other threads might be still
holding onto old memory pointers. by making the hash
only store pointers, all reallocations are now safe
2025-03-19 15:22:32 +01:00
2d29a6bab5
feat: allow parallel loading of tree-sitter query cache entries
2025-03-18 17:41:16 +01:00
ea00711ee1
feat: add caching of tree-sitter query objects
2025-03-18 14:26:31 +01:00