Memoization is a way to make code run faster by saving
previously computed results. Instead of needing to recompute the value of an
expression, a memoized computation first looks for the value in a cache of pre-
computed values. (caching)
Monday, March 26, 2012
Memoization
Labels:
cashing,
memoization,
udacity course,
word definition
Wednesday, March 21, 2012
Mathematics for Computer Science
I recommend free online reference:
Mathematics for Computer Science
Mathematics for Computer Science
Wednesday, March 14, 2012
Bandwith Meter
Here is link for CNET bandwith meter Bandwidth Meter Online Speed Test
Friday, March 2, 2012
restart Drush cron
DELETE FROM variable WHERE name="cron_semaphore";
DELETE FROM variable WHERE name = "cron_last"
drush cc all
DELETE FROM variable WHERE name = "cron_last"
drush cc all
Subscribe to:
Posts (Atom)