Should runtime requirements be a bitflags instead of HashSet? #2452
Closed
HerringtonDarkholme
started this conversation in
Ideas
Replies: 2 comments
-
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
-
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