shithub: femtolisp

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

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