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.

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Koha-devel mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to