shithub: femtolisp

ref: 0d7523a6c8d8d4e9f204285ba5c81c21e17e0938
dir: /test/tme.lsp/

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