veloren/common
Marcel Märtens c968e5c748 Initial reproduction of the slowjob freezen with par_iter and slowjob,
See that we spawn 2 jobs in the first loop, the loop seems to NOT complete until those jobs are executed

Next step is to do everything with plain rayon coding
2022-08-18 12:38:17 +02:00
..
assets Implement i18n-tooling 2022-08-17 22:46:48 +03:00
base Update tracy 2022-05-26 00:04:03 -04:00
benches use criterion groups and fix tracing to much on wgpu 2021-06-03 22:37:17 +02:00
ecs update hashbrown, specs, and tracy 2022-07-06 15:41:59 +02:00
frontend Fix typos 2022-07-15 18:59:37 +02:00
net Added automod 2022-08-11 11:09:52 +01:00
src Initial reproduction of the slowjob freezen with par_iter and slowjob, 2022-08-18 12:38:17 +02:00
state Remove unnecessarily qualified paths 2022-07-15 14:49:46 +02:00
systems put light_emitters in par_loop to improve the runtime of the campfire lit out loop 2022-07-18 20:56:28 +02:00
build.rs Remove unnecessarily qualified paths 2022-07-15 14:49:46 +02:00
Cargo.toml Convert away from IdvStorage to mixture of VecStorage and DenseVecStorage 2022-08-08 00:38:20 -04:00