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 energy efficiency by applying Cache Energy Pattern #3

Merged
merged 1 commit into from
Aug 15, 2020

Conversation

anasofiagribeiro
Copy link

This improves the energy efficiency of Omega by applying the Cache Energy Pattern for mobile applications.

The energy pattern was applied in SessionCommitReceiver.java. The general idea is to avoid performing unnecessary operations by using cache mechanisms. In particular, the operations in method onReceive will only execute if session and user change.

@saulhdev saulhdev merged commit 047e6ba into NeoApplications:master Aug 15, 2020
saulhdev added a commit that referenced this pull request Apr 23, 2021
Signed-off-by: Saul Henriquez <saul_henriquez@hotmail.com>
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

Successfully merging this pull request may close these issues.

2 participants