When rust ≠ performance. a lesson in developer experience
1–10 of 25 posts
Re: When rust ≠ performance. a lesson in developer experience
#2Reduced your what? The article seems to be cut off.
Re: When rust ≠ performance. a lesson in developer experience
#3> but because we have this data (file name, etc.) passed back and forth between different layers in the code. we were doing lots of .clone() and db.open() at different layers to fetch the same data. The interesting part for me was that, this change reduced our Reduced your what? The article seems to be cut off.
Re: When rust ≠ performance. a lesson in developer experience
#4Re: When rust ≠ performance. a lesson in developer experience
#5This is extremely sparse on details.
Re: When rust ≠ performance. a lesson in developer experience
#6Rust has features that make it easier to make correct and performant software, I think most programmers would agree?
Please stop this rust clickbait nonsense.
Re: When rust ≠ performance. a lesson in developer experience
#7(I like Rust btw)
Re: When rust ≠ performance. a lesson in developer experience
#8Re: When rust ≠ performance. a lesson in developer experience
#9> but because we have this data (file name, etc.) passed back and forth between different layers in the code. we were doing lots of .clone() and db.open() at different layers to fetch the same data. The interesting part for me was that, this change reduced our Reduced your what? The article seems to be cut off.
I'm assuming it was going to say lines of code. It is highlighting that more was deleted than added.
Re: When rust ≠ performance. a lesson in developer experience
#10> but because we have this data (file name, etc.) passed back and forth between different layers in the code. we were doing lots of .clone() and db.open() at different layers to fetch the same data. The interesting part for me was that, this change reduced our Reduced your what? The article seems to be cut off.