[Note to self clinton@unknownlamer.org**20090208224047] hunk ./src/bee-page.lisp 4 - (make-hash-table :test #'equalp #+sbcl :synchronized #+sbcl t)) + (make-hash-table :test #'equalp + ;; may need to just do locking manually for + ;; portability... OTOH as long as an implementation + ;; gurantees that concurrent writers won't corrupt + ;; the hash table it doesn't particularly matter + #+sbcl :synchronized #+sbcl t))