shithub: femtolisp

ref: 2afeb42f926b3246728306bd8050d1c459122609
dir: /tests/tme.lsp/

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