shithub: femtolisp

ref: 3d1c7cd1545d20552651412a2334aa347c6b1394
dir: /test/tme.lsp/

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