Mastodon Feed: Post

Mastodon Feed

jonny@neuromatch.social ("jonny (nonvenomous)") wrote:

cool. sweet. nice. sold on this whole rust business.

[codspeed benchmarking comment saying that one PR that rewrites some of the core logic in rust will increase performance across our benchmarks by 37%. each of the tests are a processing graph run in different ways - a synchronous runner just calls the graph... synchronously.. in order, and a ZMQ runner is a multiprocess runner that runs each node concurrently, swapping events over zeromq. i figure the details are probably not important to anyone but me, but if you are curious about the actual numbers in the table, HTML is probably easier for screenreaders and tables than i can render here, so that's over here: https://github.com/miniscope/noob/pull/243#issuecomment-4977387758 ]
[benchmarks that i ran locally on just the part that was swapped out - regular graphs are scheduled 4-5x faster than before, and large graphs are more like 10x]