mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-06-24 07:34:56 +01:00
1564c1234f
## About The Pull Request Port of "fast" reftracking from https://github.com/Monkestation/Monkestation2.0/pull/6893 This adds a `FAST_REFERENCE_TRACKING` define, which makes it so the reftracker will completely skip over specific types - if my math is right, on icebox, it will need to scan **1.1+ million fewer items** compared to normally (stats based on me using Count Atoms/Datums on an icebox manuel round) it's still the reftracker, so it's still not magically super speedy now - it's only enabled by default when `REFERENCE_DOING_IT_LIVE` is set, you shouldn't really use this locally or in CI. ## Why It's Good For The Game hopefully makes running reftracker on live less hellish of an experience ## Changelog No player-facing changes.