shithub: sl

ref: 64bc568b316629e26e3a70ac13dfea5f19534cd0
dir: /test/tme.lsp/

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