bevy_ecs - can the simd 'faster' crate be utilitized #1822
JeffGillin
started this conversation in
Ideas
Replies: 1 comment 5 replies
-
What exactly do you think SIMD can be used for? Many problem are not easily amendable to SIMD. |
Beta Was this translation helpful? Give feedback.
5 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.
-
The performance of bevy_ecs is already impressive, but wondering if could make even faster with SIMD - the 'faster' crate can be used to get simd functionality. Don't know if this would be something made use of in application code (in ecs 'system' functions for example) versus integrated into ecs framework .
Beta Was this translation helpful? Give feedback.
All reactions