shithub: femtolisp

ref: 1ee781cb64e6fa05bf9b60a0065d4839da546f52
dir: /test/tme.lsp/

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