Files
neovim/runtime/lua/vim
Null Chilly 75537768ef perf(lsp): better binary search mid calculation in semantic token (#22607)
This commit replaces the usage of math.floor((lo + hi) / 2) with the faster and equivalent bit.rshift(lo + hi, 1) for calculating the midpoint in binary search.
2023-03-10 14:10:38 +01:00
..
2023-01-16 01:55:24 -08:00
2023-02-22 16:23:49 +01:00
2023-03-04 13:05:16 +00:00