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

💡 » consider using RCU locks for the app state #15

Open
lucas-labs opened this issue Sep 25, 2024 · 0 comments
Open

💡 » consider using RCU locks for the app state #15

lucas-labs opened this issue Sep 25, 2024 · 0 comments

Comments

@lucas-labs
Copy link
Owner

If locking on each render is too slow, consider using RCU locks. See: https://crates.io/crates/keepcalm

Extracted from:

// TODO: consider using RCU locks for the app state
// if locking on each render is too slow, consider using RCU locks.
// See: https://crates.io/crates/keepcalm

@lucas-labs lucas-labs changed the title ✨ » consider using RCU locks for the app state 💡 » consider using RCU locks for the app state Sep 25, 2024
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

No branches or pull requests

1 participant