All Rust commits from Facepunch
Update: conversion to StableObjectArray - step 1, AntiHack unit tests Tests: ran antihack unit and perf tests
Update: implement StableObjectArray.Repack - update unit tests to better track consistency of the state - expand StressTest to validate Repack Going to start replacing StableObjectCache in code tomorrow. Also gotta stop unit test from allocating, it takes too long Tests: ran StableObjectArrayTests
Update(tests): add StressTest unit test Next up going to try to figure out how to support Repacking Tests: ran unit tests
New: StableObjectArray, a pending replacement for StableObjectCache - added basic tests, needs more Follows TransformAccessArray API, provides similar stability guarantees as StableObjectCache but requires to be interacted with differently. Tests: ran unit tests