Skip to content

Starting work on memory optimization in lxqt components #507

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

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

GermanAizek
Copy link

@tsujan, my major branch is aimed at reducing RAM consumption, or rather reducing size structures, aligning them in memory, and using SIMD instructions.

Added new variant implementatio SIMD for x_atoi().

On release build has already seen a noticeable decrease in memory and CPU util. It is easy to compare by sorting by CPU% and there will be the highest qps process.

I'm thinking of starting small as qps, so that everyone contibutors and maintainers can make sure that such optimizations work. And then move on to the more important components lxqt DE.

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.

1 participant