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

Refactor data flow to use streams #41

Open
3 tasks
mjp0 opened this issue Mar 27, 2019 · 0 comments
Open
3 tasks

Refactor data flow to use streams #41

mjp0 opened this issue Mar 27, 2019 · 0 comments
Assignees
Labels
optimization Refactorings, performance tweaks & other tunings

Comments

@mjp0
Copy link
Owner

mjp0 commented Mar 27, 2019

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
@mjp0 mjp0 added enhancement New feature or request optimization Refactorings, performance tweaks & other tunings and removed enhancement New feature or request labels Mar 28, 2019
@mjp0 mjp0 self-assigned this Apr 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
optimization Refactorings, performance tweaks & other tunings
Projects
None yet
Development

No branches or pull requests

1 participant