mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-31 08:22:33 +00:00
the const [&T; 29873]s for block(state) mapping were being inlined ~300 times just to be deduplicated by LLVM. They are now statics but are accessed via const fns. This improves compile times by roughly 12 minutes.