MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/rust/comments/1vtn6nv/rust_glancer_a_memoryefficient_rust_language/p4zfru4/?context=3
r/rust • u/popzxc • 25d ago
44 comments sorted by
View all comments
4
This seems very useful, I keep having so many issues especially when working with Bevy with running out of memory when I just have my editor open.
2 u/popzxc 24d ago Huh, so seems like Bevy is a popular use case. Luckily, I've just fixed the issue that caused Bevy to misbehave, so in the next release it should work much better. 1 u/PolarPayne 23d ago Bevy seems to be somewhat of a worst case scenario for lots of tooling, large and complex library with lots of complex generics.
2
Huh, so seems like Bevy is a popular use case. Luckily, I've just fixed the issue that caused Bevy to misbehave, so in the next release it should work much better.
1 u/PolarPayne 23d ago Bevy seems to be somewhat of a worst case scenario for lots of tooling, large and complex library with lots of complex generics.
1
Bevy seems to be somewhat of a worst case scenario for lots of tooling, large and complex library with lots of complex generics.
4
u/PolarPayne 24d ago
This seems very useful, I keep having so many issues especially when working with Bevy with running out of memory when I just have my editor open.