jonathan
jonathan copied to clipboard
Allow to configure default buffer size
Currently this can be done via
(let ((fast-io:*default-output-buffer-size* *buffer-size*))
...)
but having that as a COMPILE-ENCODER
argument etc. would be much nicer.
Thanks!