shithub: femtolisp

ref: 352ab3f5f8eceb576afdfccbde7ab7cf93f69433
dir: /test/tme.lsp/

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