Adding to utils make-weak-hash-table for use in caches.
authorNathan Bird <nathan@acceleration.net>
Mon, 4 Jul 2011 19:40:44 +0000 (15:40 -0400)
committerNathan Bird <nathan@acceleration.net>
Mon, 4 Jul 2011 20:37:58 +0000 (16:37 -0400)
commitbab5e8056e3850cd9fb0582f73955aee5abf010b
tree2bcf0482309bc67ec4798e8ad9890b3ddce7bd2e
parent084aa8d0bcfd2e07d0f7b267f27440191d699268
Adding to utils make-weak-hash-table for use in caches.

Currently used for
 * *output-hash*: caching generated SQL strings
 * oodml records cache
sql/expressions.lisp
sql/oodml.lisp
sql/utils.lisp