mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 04:41:14 -03:00
Cache math expressions
This implements an LRU cache of recently seen math expressions. When executing math inside loops and the like this can provide a 33% decrease in the time to execute the `math` command.
This commit is contained in: