shithub: femtolisp

ref: 2218aceab862c6d0305162e306620b71ca7caf0e
dir: /test/tme.lsp/

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