shithub: femtolisp

ref: 2bc5c4302229a558daa1c1892a2c41dd2d0cb73b
dir: /tests/tme.lsp/

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