shithub: femtolisp

ref: 0f11cb9cc11baa2960aa47eeb5e2d8a28ce271b3
dir: /test/tme.lsp/

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