9 Feb
2012
9 Feb
'12
7:43 p.m.
Op 10-02-12 03:35, Paul schreef:
Is there enough repetitive math in Koha to justify memoization? I've been looking at caching (specifically memcached 1.4.13) for faster access to "text" (as opposed to calculated numeric values)
Generalise "math" to "functions that take input and produce output based just on that", and that's a large amount of most programs. In the case of Koha, a lot of them are relatively slow operations: talking to zebra, talking to a database, and so on. Robin.