shithub: femtolisp

ref: 63647b5d871fe95713a88c18324782f84c4b88dc
dir: /tests/tme.lsp/

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