datanucleus / datanucleus-core

DataNucleus core persistence support - the basis for anything in DataNucleus
124 stars 73 forks source link

Offload StateManagerImpl "activity" into flags bits #439

Closed andyjefferson closed 2 years ago

andyjefferson commented 2 years ago

Currently this field takes up an object reference in space, but we could push its values into the "flags" bit(s) for memory benefit.