75 private links
Ah, finally looks like we got an interesting dataframe crate in the Rust world. Performances seems nice too.
To be seen how it behaves in practice. The explanations of how it's designed are interesting in any case. :-)
Interesting conversation of the growing pains around the introduction of async/await in Rust.
Interesting comparison even though the conclusion is slightly unsurprising: Pandas is slower but more convenient, Rust is fast, consumes less memory but more work is involved. At least this gives a few indications on what type of APIs could be added to Rust to ease some things. It also indicates that Pandas can be great to develop the pipeline with then a switch to Rust when this needs to be optimized for higher volumes of data.
Still a young project but that looks like an interesting approach. At least it would make for much smaller bundles than Electron while still enabling the same type of uses. I still have slight concerns about the complexity involved because of all the layers or how much memory this can consume (akin to Electron). Let's wait and see how it evolves.