Flutterby™! : One of the things I'd love to do with

Next unread comment / Catchup all unread comments User Account Info | Logout | XML/Pilot/etc versions | Long version (with comments) | Weblog archives | Site Map | | Browse Topics

One of the things I'd love to do with

2024-12-23 16:45:02.571729+01 by Dan Lyke 2 comments

One of the things I'd love to do with this week off is learn a little Rust. So I "cargo new foo; cd foo; cargo run", and, friends, is it normal that on a modern Mac M2 machine this takes close to a minute?

But then the same process with "bar" takes about 3/4 of a second?

[ related topics: Music Invention and Design Macintosh ]

comments in ascending chronological order (reverse):

#Comment Re: One of the things I'd love to do with made: 2024-12-23 22:53:35.306528+01 by: spc476

The "cargo new foo" taking so long could be starting from a cold cache. Just a guess, as I haven't used Rust yet.

#Comment Re: One of the things I'd love to do with made: 2024-12-27 00:35:44.061384+01 by: Dan Lyke

Yeah, there's a whole lot of "under the covers" happening here that I'm not sure I'm okay with. This sure is stretching me.