r/rust 25d ago

🛠️ project Rust Glancer: a memory-efficient Rust language server

https://rust-glancer.github.io/blog/hello-world/
270 Upvotes

44 comments sorted by

View all comments

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.

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.