Reduces the size of HitObjectKind by 16 bytes, shrinking HitObject's size from 88 bytes down to 72. This reduces the amount of allocated space for hit objects in a Beatmap.
A quick benchmark also showed an improvement in parsing performance of 1.01 +- 0.03.
Reduces the size of
HitObjectKind
by 16 bytes, shrinkingHitObject
's size from 88 bytes down to 72. This reduces the amount of allocated space for hit objects in aBeatmap
.A quick benchmark also showed an improvement in parsing performance of
1.01 +- 0.03
.