Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Move save/load bottlenecks off the main thread #61

Open
4 tasks
AnmAtAnm opened this issue Mar 2, 2016 · 0 comments
Open
4 tasks

Move save/load bottlenecks off the main thread #61

AnmAtAnm opened this issue Mar 2, 2016 · 0 comments

Comments

@AnmAtAnm
Copy link
Contributor

AnmAtAnm commented Mar 2, 2016

  • Pull disk IO out into a separate helper class (explicit save and load)
  • Make disk IO happen in an AsyncTask
  • Stress test (de)serialization of workspace
    • If this can take too long consider options for moving serialization off the main thread.
      • Potential option is once events are in send all events to the background service and perform serialization on a copy there.
@AnmAtAnm AnmAtAnm added this to the I/O 2016 milestone Mar 25, 2016
@RoboErikG RoboErikG modified the milestones: Post IO, I/O 2016 Apr 19, 2016
@RoboErikG RoboErikG removed this from the Post IO milestone Jun 2, 2016
@AnmAtAnm AnmAtAnm added P2 and removed P1 labels Dec 5, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants