shithub: femtolisp

ref: 6bc3fe5f11dde87433d417b30a8f669b22642092
dir: /tests/tme.lsp/

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