shithub: femtolisp

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

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