shithub: femtolisp

ref: 4f5436b163da902ca24743b9836309c8cc724b3f
dir: /test/tme.lsp/

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