20
What are you working on this week? (Apr. 14, 2024)
(programming.dev)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
I played around with petgraph this weekend for a personal project I'm working on (p2p Reddit), and it was quite nice to use! I did a naive reimplementation of a trust algorithm I found written in JS (literally copy/pasted and fixed syntax), and it's >10x faster.
I'll probably be stuck in JS land for most of the next week or two, but I hope to add this graph component in soon.