shithub: femtolisp

ref: 4a408b2e2c76e424afc0527fbc4ba75b957be533
dir: /test/tme.lsp/

View raw version
(let ((t (table)))
  (time (dotimes (i 2000000)
          (put! t (rand) (rand)))))
#t