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

Use energy-efficieny collection implementation HashedMap #1168

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from

Conversation

sofurihafe
Copy link

Implements Feature: This PR suggest using more energy-efficient collection implementation to save overall application energy consumption.

Summary of changes in this PR:

  • Use HashedMap collection implementation from Apache Commons Collections

Additional commit notes for project team:

  • I was investigating energy-efficiency of different collection implementations in Java as a part of my research paper.
    Usage of third-party HashMap implementation HashedMap from Apache Commons Collections was showed decrease of energy consumption by 0.5% compared to a standard implementation.

@AVnetWS/admin-team

@sofurihafe sofurihafe force-pushed the feature/hashedmap-optimization branch from f291f19 to 0e0b6e3 Compare June 6, 2024 09:58
@RobbWatershed
Copy link
Collaborator

Could you send a link to your research paper? I'd love to make sure I understand what I'm doing when adding a new dependency.

Thanks~

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.

None yet

2 participants