shithub: femtolisp

ref: 83ec06d0005f053b5dce99bf2d8c24923f335e2b
dir: /test/tme.lsp/

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