lotabout.skim/src
Loric ANDRE f38ca3a10d perf(skim_v3): tighten typo-mode upper band bound in typo_vband_row
Previously the upper column bound in typo mode was always m (the full
choice length), even for early rows where the diagonal sits far from the
right edge. Compute hi = (j + bandwidth).min(m) symmetrically with the
existing lower bound, skipping cells that cannot contribute to a valid
alignment and reducing work for short patterns on long strings.
2026-02-26 15:05:28 +01:00
..
bin feat: merge ranks in AndOr engine matcher 2026-02-23 14:45:09 +01:00
engine wip: optimizations 2026-02-25 22:57:23 +01:00
fuzzy_matcher perf(skim_v3): tighten typo-mode upper band bound in typo_vband_row 2026-02-26 15:05:28 +01:00
helper feat: back to stable rust (#980) 2026-02-19 20:53:05 +01:00
tui chore: tweak parameters to find a good balance between performance and accuracy 2026-02-24 23:55:17 +01:00
binds.rs fix: correctly bind uppercase keys 2026-02-20 16:40:33 +01:00
completions.rs feat: back to stable rust (#980) 2026-02-19 20:53:05 +01:00
field.rs feat: back to stable rust (#980) 2026-02-19 20:53:05 +01:00
item.rs chore: tweak parameters to find a good balance between performance and accuracy 2026-02-24 23:55:17 +01:00
lib.rs feat: minor optimizations 2026-02-24 20:24:40 +01:00
manpage.rs fix: correctly bind uppercase keys 2026-02-20 16:40:33 +01:00
matcher.rs wip: optimizations 2026-02-25 22:57:23 +01:00
options.rs feat: minor optimizations 2026-02-24 20:24:40 +01:00
output.rs feat: add --print-current, --output-format (closes #981) 2026-02-18 22:14:49 +01:00
prelude.rs chore: add rust benchmark 2026-02-18 15:54:50 +01:00
reader.rs feat(lib): add fine-grained control over skim's event loop (#968) 2026-02-12 11:57:02 +01:00
skim.rs feat: minor optimizations 2026-02-24 20:24:40 +01:00
skim_item.rs feat: add --print-current, --output-format (closes #981) 2026-02-18 22:14:49 +01:00
spinlock.rs feat: back to stable rust (#980) 2026-02-19 20:53:05 +01:00
theme.rs feat: back to stable rust (#980) 2026-02-19 20:53:05 +01:00
tmux.rs feat: merge ranks in AndOr engine matcher 2026-02-23 14:45:09 +01:00
util.rs feat: back to stable rust (#980) 2026-02-19 20:53:05 +01:00