Radish alpha
r
rad:z39mP9rQAaGmERfUMPULfPUi473tY
Radicle terminal user interface
Radicle
Git
bin: Improve patch loading times
Open did:key:z6MkgFq6...nBGz opened 9 months ago

rad-tui patch will load all patches at startup, regardless of their state. Loading times should be improved by loading them in 2 stages:

  1. only load patches that match the given filter (depending on command args)
  2. load all other patches

This probably requires an async state machine (sans-IO syle) that can load patches in the background.