Files
zed/crates
Antonio Scandurra af4c4c7cf0 Speed up tab searching in TabMap::sync by looking for \t only
Instead of looking for `\n` as a stopping condition, we cap the range
we pass to `SuggestionSnapshot::chunks` to stop on the next line. This
makes character searching faster, because looking for a single character
uses `memchr`. Also, this avoids an extra conditional in a tight loop such
as the chunk scanning one contained in `TabMap::sync`.
2023-03-30 10:03:13 +02:00
..
2023-03-27 00:00:16 -04:00
2023-03-08 17:56:39 -08:00
2023-02-27 12:06:10 -08:00
2023-03-07 12:19:51 -08:00
2023-03-29 09:04:13 +02:00