Most active commenters

    ←back to thread

    302 points Bogdanp | 11 comments | | HN request time: 0.85s | source | bottom
    1. kenoath69 ◴[] No.44391211[source]
    Where is Cranelift mentioned

    My 2c on this is nearly ditching rust for game development due to the compile times, in digging it turned out that LLVM is very slow regardless of opt level. Indeed it's what the Jai devs have been saying.

    So Cranelift might be relevant for OP, I will shill it endlessly, took my game from 16 seconds to 4 seconds. Incredible work Cranelift team.

    replies(4): >>44391249 #>>44391266 #>>44391956 #>>44392493 #
    2. jiehong ◴[] No.44391249[source]
    I think that’s what zig team is also doing to allow very fast build times: remove LLVM.
    replies(1): >>44391281 #
    3. norman784 ◴[] No.44391266[source]
    Nice, I checked a while ago and was no support for macOS aarch64, but seems that now it is supported.
    4. norman784 ◴[] No.44391281[source]
    Yes, Zig author commented[0] that a while ago

    [0] https://news.ycombinator.com/item?id=44390972

    5. lll-o-lll ◴[] No.44391956[source]
    Wait. You were going to ditch rust because of 16 second build times?
    replies(4): >>44392305 #>>44392311 #>>44393427 #>>44394485 #
    6. sarchertech ◴[] No.44392305[source]
    16 seconds is infuriating for something that needs to be manually tested like does this jump feel too floaty.

    But it’s also probable that 16 seconds was fairly early in development and it would get much worse from there.

    7. metaltyphoon ◴[] No.44392311[source]
    Over time that adds up when your coding consists of REPL like workflow.
    8. BreakfastB0b ◴[] No.44392493[source]
    I participated in the most recent Bevy game jam and the community has a new tool that came out of Dioxus called subsecond which as the name suggests provides sub-second hot reloading of systems. It made prototyping very pleasant. Especially when iterating on UI.

    https://github.com/TheBevyFlock/bevy_simple_subsecond_system

    9. kenoath69 ◴[] No.44393427[source]
    Pulling out Instagram 100 times in every workday, yes, it's a total disaster
    replies(1): >>44396056 #
    10. Mawr ◴[] No.44394485[source]
    "Wait. You were going to ditch subversion for git because of 16 second branch merge times?"

    Performance matters.

    11. johnisgood ◴[] No.44396056{3}[source]
    It may also contribute to smoking. :D Or (over-)eating... or whatever your vice is.