Skip to content
This repository was archived by the owner on Nov 20, 2022. It is now read-only.
This repository was archived by the owner on Nov 20, 2022. It is now read-only.

Refactor data flow to use streams #41

@mjp0

Description

@mjp0

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

  • Refactor base set and get to streams
  • Refactor encryption to use streams
  • Refactor serialization to use streams

Metadata

Metadata

Assignees

Labels

optimizationRefactorings, performance tweaks & other tunings

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions