This repository has been archived by the owner on Nov 20, 2022. It is now read-only.
Refactor data flow to use streams #41
Labels
optimization
Refactorings, performance tweaks & other tunings
Currently version of Datagram uses standard file system calls. To get more speed and avoid consuming memory like Chrome, we need streams. All internal parts support streams already, including encryption so this doesn't require major changes.
Only bigger question is the serialization which is done with msgpack right now.
Deliverables
The text was updated successfully, but these errors were encountered: