Live data from Hacker News

Viewing profile — ad-ops

ad-ops

HN member
Joined
Sat, Mar 16, 2024, 11:29 AM UTC
HN karma
46
Public activity
3 items

About ad-ops

No profile information was provided.

Recent public activity

  1. comment
    Comment #39746413

    For completion here is the compilation time for a small project from the axum/examples[0] (125 LoC), also comparing nightly dev vs adding cranelift + mold: $ time cargo build Compi…

  2. comment
    Comment #39745829

    I see that there are many comments on full debug builds, but for me the most important difference are incremental build times when making minor changes. In my opinion this is what …

  3. comment
    Comment #39725444

    With all the recent improvements to compilation speed (nightly, cranelift, mold-linker), Rust has become much more pleasant. Trivial and incremental changes to a medium sized crate…