blink-cmp-tmux/spec
Barrett Ruth ec1d9517a7
perf: async parallel cache initialization and remove deepcopy
Problem: first completion request blocked the UI with three sequential
synchronous vim.system():wait() calls (man page, command names,
command list), and every subsequent completion unnecessarily
deep-copied the entire cache.

Solution: run all three system calls concurrently via vim.system
callbacks, merging results when all complete. Queue pending completion
requests during loading. Return cached items directly instead of
deep-copying.
2026-02-20 20:18:18 -05:00
..
helpers.lua feat: initial release 2026-02-20 16:55:55 -05:00
minimal_init.lua feat: initial release 2026-02-20 16:55:55 -05:00
tmux_spec.lua perf: async parallel cache initialization and remove deepcopy 2026-02-20 20:18:18 -05:00