hawkrives / gobbldygook-area-data

Major and concentration data for St. Olaf College (and Gobbldygook)
https://hawkrives.github.io/gobbldygook-area-data
1 stars 1 forks source link

Memoize simplifycourse #102

Closed hawkrives closed 9 years ago

hawkrives commented 9 years ago

Memoization caches the outputs of a function call, linked to the input.

So when you call a function a second time, with the same input, it can just return the already-computed result.