> 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 wonder to what extent the complexity of the rust language hurts performance. We all only have so much mental capacity, if much of it is spent on the various different intersections of rust's features, that reduces how much we can spend on making things fast.
algorithm design and managing memory is something you have to think about regardless of what language you use, that should be obvious. Using rust doesn't guarantee correctness or performance, that should also be obvious.
Rust has features that make it easier to make correct and performant software, I think most programmers would agree?
Reduced your what? The article seems to be cut off.
(I like Rust btw)
Rust has features that make it easier to make correct and performant software, I think most programmers would agree?
Please stop this rust clickbait nonsense.