Branch
Hash :
46396aac
Author :
Thomas de Grivel
Date :
2018-06-29T12:08:49
#!/usr/local/bin/sbcl --script
(declaim (optimize (debug 3) (safety 3) (speed 3)))
(load "../../fare/asdf/build/asdf")
(load "../../thodg/repo/repo")
(repo:boot)
(asdf:load-system :cl-stream)
(setf cl-stream:*stream-default-buffer-size* (* 1024 1024))
(asdf:load-system :thot)
(setf thot:*disable-threads* t)
(thot:configure-threads)
;(thot:maybe-configure-epoll)
(thot:start)