shithub: femtolisp

ref: 63558a798d4b3a1833f097a9b8d8c27e28402463
dir: /test/tme.lsp/

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