atomic-server icon indicating copy to clipboard operation
atomic-server copied to clipboard

Slow build.rs / rust analyzer

Open joepio opened this issue 1 year ago • 3 comments

Running build.rs has some steps that are sometimes unnecessarily slow. This is particularly annoying because rust-analyzer seems to be slowed down due to this.

  • We could solve this by not running all code in rust analzer flow (not sure how)
  • Or we can identify the most time-consuming part and remove that somehow

joepio avatar Jul 22 '24 10:07 joepio