Files
Bubberstation/code/modules/admin/view_variables
Lucy 1564c1234f Adds "fast" reference tracking (#95333)
## 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.
2026-03-08 22:05:35 -07:00
..