shithub: femtolisp

ref: 3f28e8dc94f5db578d1bdcdc8fd32a4e55046307
dir: /tests/tme.lsp/

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