veloren/world
Marcel Märtens 6e3a74b476 rayon::join creates a global threadpool, which is only used in /world
instead just use the same threadpool for everything
helps with debugging problems with GDB
using threadpool.install() to also be used when `into_par_iter()` is called
2021-05-04 21:06:07 +02:00
..
benches Fixed clippy warnings and fmt 2021-03-07 14:25:07 +00:00
examples rayon::join creates a global threadpool, which is only used in /world 2021-05-04 21:06:07 +02:00
src rayon::join creates a global threadpool, which is only used in /world 2021-05-04 21:06:07 +02:00
Cargo.toml Move chunk_compression_benchmarks from bin to examples. 2021-05-03 00:09:24 -04:00
economy_testinput.ron Implement /price_list (work in progress), stub for /buy and /sell 2021-03-14 03:18:32 +00:00