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

Access control performance improvement (flash, RAM, speed, etc.) #14450

Closed
mlepage-google opened this issue Jan 27, 2022 · 2 comments
Closed
Assignees
Labels
acl Access Control feature stale Stale issue or PR v1.1

Comments

@mlepage-google
Copy link
Contributor

Opportunity to improve performance (CPU, RAM, storage) as desired/needed.

E.g.

  • Using bit flags to directly compare entries (sort of ad hoc SIMD)
  • Pushing the Check iteration down into implementation (to take advantage of knowledge of RAM layout)
  • Reducing code or data size
@mlepage-google mlepage-google changed the title Access control performance enhancement Access control performance improvement Jan 27, 2022
@mlepage-google mlepage-google added acl Access Control feature V1.0 labels Jan 27, 2022
@andy31415 andy31415 added v1_triage_split_10 V1.0 acl Access Control feature and removed V1.0 acl Access Control feature labels Jan 30, 2022
@mlepage-google mlepage-google self-assigned this Jan 31, 2022
@mlepage-google mlepage-google changed the title Access control performance improvement Access control performance improvement (flash, RAM, speed, etc.) Feb 3, 2022
@stale
Copy link

stale bot commented Dec 11, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@stale stale bot added the stale Stale issue or PR label Dec 11, 2022
@stale
Copy link

stale bot commented Dec 20, 2022

This stale issue has been automatically closed. Thank you for your contributions.

@stale stale bot closed this as completed Dec 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
acl Access Control feature stale Stale issue or PR v1.1
Projects
None yet
Development

No branches or pull requests

4 participants