shithub: femtolisp

ref: 74d4de6ad5bcac532631d8dfb82d9e6c0435fc0f
dir: /tests/tme.lsp/

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