On Fri May 17 08:36:29 2024 +0000, Jacek Caban wrote:
We could just never release such objects to the global pool and keep
their free list separated. By that I mean they could still be reused by objects of the same types using that separate free list, achieving the same thing as this MR.
I updated the MR to use offsets instead of indexes. I also took that opportunity to change a bit how objects are managed on the server side, mmapping the session in persistent blocks so that objects pointers can be used.