shithub: femtolisp

ref: 36ba74a2b6f427b46e50abebe6bc8564524ec29b
dir: /tests/tme.lsp/

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