Hi rustaceans! What are you working on this week? Did you discover something new, you want to share?

you are viewing a single comment's thread
view the rest of the comments

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.

  • source