shithub: femtolisp

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

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