Skip to content

Rust performance? #13

@kidoman

Description

@kidoman

I installed rust on my machine (gosh did that take a long time or what?!) and ran both the Go and the rust versions.

go run PGo.go -v=18
Time in ms: 356

rustc --opt-level=3 PR.rs
./PR 18
Time in ms: 406.766587

Mind you, I had to increase the NumCores to 8 to get this number in rust. With it set to 4 (as the checked in version), I am getting 650 ms+

I am creating a pull request to be able to print the time spend in the rust code

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions