rust-glancer: An alternative LSP for Rust with focus on low memory usage

5 points by heavyrain266


vi_mi

@matklad, would love to know your thoughts on this :)

c-cube

Ok, that's pretty exciting. rust-analyzer makes it hard to write Rust on my personal laptop, for example.

endsofthreads

I also don't plan to work on things that are unnecessary at the current state of the project, such as migrating to the new trait solver.

If I recall correctly, rust-analyzer moving to the new trait solver gave us roughly a 2x speed increase and a memory decrease. Migrating to the new trait solver from chalk might actually be a good move for your project’s goals!

izissise

Thank you for creating this!