Replies: 2 comments 2 replies
-
seems very possible it's normal. bevy takes around 5 minutes to cold compile on my 5600x. Looking at benchmarks your cpu around 10x times slower https://www.cpu-monkey.com/en/compare_cpu-amd_ryzen_5_5600x-vs-intel_atom_x5_z8300. What are your incremental build times like? |
Beta Was this translation helpful? Give feedback.
-
Usually between 20 and 30 seconds. I was surprised that adding I don't know how many crates I'm going to add to my project while learning bevy, but waiting one hour each time seemed to me like there's something odd with my system configuration (bug?) but I might be wrong on this. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Bevy compiling from scratch takes two hours on my machine and the resulting bevy_dylib.dll has over 700 megabytes. Just now I added the
rand
crate to my tutorial exercise and it took another hour to build the changed dependencies. Is it because I'm on the mingw toolchain? (msvc buildtools are way too large for my 64GB system drive) It happens everytime I add a crate.Is this normal?
dev [optimized + debuginfo] target(s) in 59m 41s
from my Cargo.toml:
Windows 10.0.1 21H2 9044.3086
LENOVO_MT_80SG_BU_idea_FM_MIIX 310-10ICR
Intel(R) Atom(TM) x5-Z8350 CPU @ 1.44GHz, 1441 MHz, 4 cores
Toolchain: stable-x86_64-pc-windows-gnu (default) rustc 1.70.0 (90c541806 2023-05-31)
Beta Was this translation helpful? Give feedback.
All reactions