Giacomo Stevanato

Results 71 comments of Giacomo Stevanato

I've added benchmarks for bundle insertions, here are the results on my Macbook M4 Pro 24GB: ``` ecs::bundles::spawn_many::spawn_many/box_dyn_bundle_many 552.0±14.01µs ecs::bundles::spawn_many::spawn_many/dynamic_bundle_many 450.3±28.67µs ecs::bundles::spawn_many::spawn_many/many_box_dyn_bundle 1457.9±17.64µs ecs::bundles::spawn_many::spawn_many/many_dynamic_bundle 442.7±33.86µs ecs::bundles::spawn_many::spawn_many/option_many_none_and_static 132.1±1.44µs ecs::bundles::spawn_many::spawn_many/option_many_some 135.7±3.41µs ecs::bundles::spawn_many::spawn_many/option_none_many...

I added a couple more benchmarks to compare with separate `insert`s, in particular: - `insert_many/only_last`, where I `spawn` a bunch of components and then `insert` the last one - `spawn_many/option_one_none`,...

I think the `S-Needs-Help`, `S-Waiting-on-Author` and `S-Needs-Benchmarking` labels could be removed now as the PR should now be ready for review and include benchmarks. I'm not sure how these are...

Upon seeing #19560 I wonder if `StaticBundle` should be a separate derive or not. Differently from `BundleFromComponents`, which is just used in `take`, `StaticBundle` is used in a lot of...

> Launch qbittorrent.exe like this: `/qbittorrent.exe -style WindowsVista` Is there a way to set this on autostart (hopefully in a way that's persistent after upgrades) and that doesn't require to...

> This file is here for Bevy users to set up their own projects, not really for Bevy contributors. Why does it have an alias for `cargo run -p ci`...

@janhohenheim which nightly version are you using (since you specified nightly-only flags)? Also, are you testing that doctest in isolation (i.e. in its own crate and workspace, without dependencies) or...

> @SkiFire13 nightly 0.18.0 I'm not sure what you're talking about... Could you post the output of `rustc +nightly --version`? > @BD103 turns out my doctest does not run with...

> @SkiFire13 sorry, I was typing `Bevy 0.14.0` so many times over the last days that I automatically started my version by typing `0.1`, haha. I mean `1.80.0` :) That's...

> @SkiFire13 [Here's a minimal repo](https://github.com/janhohenheim/minimal_doctest_fail) of the issue. Could you confirm whether running `cargo test --doc` on it works on Windows? I tried adding the `[profile.test]` parts, but they...