Live data from Hacker News

Viewing profile — pum-purum

pum-purum

HN member
Joined
Thu, Feb 28, 2019, 6:46 PM UTC
HN karma
12
Public activity
4 items

About pum-purum

No profile information was provided.

Recent public activity

  1. comment
    Comment #19276034

    cargo check is 3.11s

  2. comment
    Comment #19276027

    I tried to change some constants in random places(in 1 line each time) and on average it's ~10 seconds Also compilation unit in rust is a crate. I guess if your app can be separate…

  3. comment
    Comment #19274059

    In spite of this i'm in love with Rust

  4. comment
    Comment #19273954

    Compile time. For my 9k lines project it takes 20 sec to compile in debug mode and 1 minute in release. Wich is insane because I have to do a lot of runs to test things(where cargo…