issues
search
timlg07
/
Number.cmd
A new data type for Batch, that can represent large & floating-point numbers and enables calculation with those.
MIT License
2
stars
1
forks
source link
Replaced findstr call to greatly reduce exec. time:
#5
Closed
timlg07
closed
4 years ago
timlg07
commented
4 years ago
Findstr call provides more readable code, but is not necessary.
By replacing it with if-statements, the execution time of the whole Number.cmd was reduced by nearly 50% for some calls.