shithub: femtolisp

ref: 9ce6f3b9c5fc94822e03512337c47ce076ff30fc
dir: /test/tme.lsp/

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