shithub: femtolisp

ref: 07d6d11600b118e5737400f4190706bb196aa40b
dir: /test/tme.lsp/

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