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 performance at decision-making time #10

Open
Sidnioulz opened this issue Oct 11, 2014 · 0 comments
Open

Improve performance at decision-making time #10

Sidnioulz opened this issue Oct 11, 2014 · 0 comments
Assignees
Milestone

Comments

@Sidnioulz
Copy link
Collaborator

Currently when loading the config file I keep everything stored as strings. For non-custom decisions, better perf could be obtained by duplicating permissions as shorts in the weston config object. This would allow returning a decision with less strcmp and no strdup/free.

@Sidnioulz Sidnioulz self-assigned this Oct 11, 2014
@Sidnioulz Sidnioulz added this to the enhancement milestone Oct 11, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant