domsleee / posh-tabcomplete

Blazing fast tab completion for powershell.
4 stars 1 forks source link

Smaller binary with `panic = 'abort'`, update benchmark scripts #22

Closed domsleee closed 6 months ago

domsleee commented 6 months ago

Decreases the binary size a bit, small performance boost. For a tool that is used for completions, it should be fine to use panic = 'abort' I think.

Windows (~28.5%): 13.3MB --> ~9.5MB Mac (~14.5%): ~9MB --> ~7.7MB