• FizzyOrange@programming.dev
    link
    fedilink
    arrow-up
    0
    ·
    2 days ago

    Nice! According to the video it’s about 3½x faster by using Go and the rest from multi threading.

    I don’t think I could ever go back to writing Go code after Rust, in spite of the way faster compile time, GC, not having to deal with the borrow checker, easier cross-compilation, bigger standard library, etc.

    Writing the code is just too tedious.