shithub: femtolisp

ref: 23e857034070229923a7b3b800d608ab0e14236d
dir: /test/tme.lsp/

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