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

Replace ComponentStore functions with non-validating ones. #151

Open
github-actions bot opened this issue Aug 21, 2023 · 0 comments
Open

Replace ComponentStore functions with non-validating ones. #151

github-actions bot opened this issue Aug 21, 2023 · 0 comments
Labels
code:todo A TODO/FIXME comment in code.

Comments

@github-actions
Copy link

}
// TODO: Replace ComponentStore functions with non-validating ones.
//
// Right now functions like `insert`, `get`, and `get_mut` use the checked and panicing versions
// of the `untyped` functions. These functions do an extra check to see that the schema matches,
// but we've already validated that in the construction of the `ComponentStore`, so we should
// bypass the extra schema check for performance.


This issue was generated by todo-issue based on a TODO comment in 6164d35.
@github-actions github-actions bot added the code:todo A TODO/FIXME comment in code. label Aug 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code:todo A TODO/FIXME comment in code.
0 participants