shithub: femtolisp

ref: 2f6d0a48c2c77af6979142337a97f9fefa133c42
dir: /test/tme.lsp/

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