Mastodon Feed: Post

Mastodon Feed

nadim@symbolic.software ("Nadim Kobeissi") wrote:

My Rust code runs faster on my iPhone (A16) than on my MacBook (M1 Max). How could this be? Can anyone explain this?

For information, it's single-threaded code that does a lot of intense tree search-type calculations.

Memory cache related, maybe?