shithub: femtolisp

ref: f5c6e64d0cac5529490919e737f0858f8a42fc16
dir: /test/tme.lsp/

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