Y
Hacker News
new
|
ask
|
show
|
jobs
by
wlib
2224 days ago
Say you have a simple expression within your code: 4+3*2. Rather than computing the result at run time, you can reduce (fold) that expression into 10, because it's a simple constant that only needs to be computed once.