Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speed up protocol import on Cordova #702

Closed
bryfox opened this issue Oct 5, 2018 · 2 comments
Closed

Speed up protocol import on Cordova #702

bryfox opened this issue Oct 5, 2018 · 2 comments
Labels
Milestone

Comments

@bryfox
Copy link
Contributor

bryfox commented Oct 5, 2018

Follow-up issue from #692.

  • Could be worth experimenting with increasing the buffer size to reduce write calls, but this increases memory use, so there would have to be some happy medium we derive from actual device testing.
    • currently using default size from JSZip
  • Could theoretically rewrite zip extraction natively
  • Could be a good place for a progress bar, and/or textual feedback like "Extracting {fileName.ext}..."
@bryfox bryfox added the NC label Oct 5, 2018
@jthrilly
Copy link
Member

jthrilly commented Apr 5, 2019

Relates to #881

@jthrilly jthrilly added this to the Beta-stretch milestone Apr 5, 2019
@jthrilly jthrilly moved this to Maintainence in Network Canvas Aug 25, 2022
@jthrilly
Copy link
Member

jthrilly commented Sep 5, 2022

Closing as obsolete. Future work will take place in capacitor.

@jthrilly jthrilly closed this as completed Sep 5, 2022
Repository owner moved this from Maintainence to Done in Network Canvas Sep 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants