shithub: femtolisp

ref: 93f71e4a1522ecaa376f68958ff4024c9c2f3902
dir: /test/tme.lsp/

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