shithub: femtolisp

ref: b9ba6323e01dccbfcae1226e77b8c9b9677e67a9
dir: /test/tme.lsp/

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