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

Improve boot time #26

Open
imlucas opened this issue Mar 9, 2016 · 0 comments
Open

Improve boot time #26

imlucas opened this issue Mar 9, 2016 · 0 comments
Milestone

Comments

@imlucas
Copy link
Owner

imlucas commented Mar 9, 2016

Template tag or something so we don't have to wait to unpack the payload zip before we can test if its already in temp.

As well, including offsets will make startup time of apps dramatically faster to startup as we can statically fseek on the contents:

{
   "offsets": {
     "node": [0, 18371812],
     "app": [18371813, 24786323]
   }
}
@imlucas imlucas added this to the 1.0.0 milestone Mar 9, 2016
@imlucas imlucas changed the title inline package.json w/ offsets on compile Speed up startup time of resulting binaries Mar 9, 2016
@imlucas imlucas changed the title Speed up startup time of resulting binaries Improve boot time Mar 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant