mirror of
https://github.com/conduition/dlctix.git
synced 2026-01-30 13:15:11 +01:00
We were using btrees indexed by players, which required each btree to store the player in memory. This was inefficient. Instead, we now index by usize, which is a player index in the sorted set of players in ContractParameters.