Should runtime requirements be a bitflags instead of HashSet? #2452
Closed
HerringtonDarkholme
started this conversation in
Ideas
Replies: 2 comments
-
Agree. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Closed by #2461 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Most of runtime_requirements store a set of static str, which is known beforehand.
Ideally we can use bitflags to reduce some memory allocation for it.
Beta Was this translation helpful? Give feedback.
All reactions