shithub: femtolisp

ref: 82905b0e1ae8656ce0ac47ac6b30d93237186c33
dir: /test/tme.lsp/

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