This repository has been archived by the owner on Feb 14, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 124
Performance improvements #34
Merged
obihann
merged 10 commits into
obihann:develop
from
childnodeContribArch:feature/performance
Nov 26, 2015
Merged
Performance improvements #34
obihann
merged 10 commits into
obihann:develop
from
childnodeContribArch:feature/performance
Nov 26, 2015
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
prepping for v1.5.1
…/article.php?story=20100130123935998) for the tested awk 'grep' 2. disable package manager per default since it costs more than 300ms saved: 500ms \!
for testing:
|
Merged
@childnode So it seems that #38 is caused by this, though |
childnode
added a commit
to childnodeContribArch/archey-osx
that referenced
this pull request
Dec 2, 2015
…conditional else case if battery max value is not found resulted in ? instead of NULL
Merged
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ioreg -l
is very time expensive, better useioreg -c AppleSmartBattery -r
see also discussion in http://hints.macworld.com/article.php?story=20100130123935998
to sum up: startup is reduced by 500ms