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 compose traverse perf #380

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

wismill
Copy link
Member

@wismill wismill commented Sep 25, 2023

This is a follow-up of #367 (see the motivation). The aim is to explore better implementations of the compose traversal API, in particular xkb_compose_table_iterator_next.

Currently it is in the state of #367 before removing alternative implementation and squashing. It will need to be rebased once #367 is merged. Done

There are currently 3 implementations (see the benchmarks), but the aim is to keep the 3rd implementation.

@wismill wismill added compose Indicates a need for improvements or additions to Compose handling performance labels Sep 25, 2023
- Allow to switch implementations (TODO: remove)
- Restore foreach implementation for benchmark
- New implementation without explicit direction
@wismill wismill marked this pull request as ready for review November 2, 2023 09:58
@wismill wismill requested review from bluetech and whot November 2, 2023 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compose Indicates a need for improvements or additions to Compose handling performance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant