This repository was archived by the owner on Apr 20, 2025. It is now read-only.
This repository was archived by the owner on Apr 20, 2025. It is now read-only.
BufWriter in LolaBackend and flushing after writes #31
Currently we initialise a new
BufWritereach time we write to theLoLAsocket.We should explore whether we can re-use a singleton
BufWriter.