hazelcast-cpp-client icon indicating copy to clipboard operation
hazelcast-cpp-client copied to clipboard

Check memory alignment of internal structures

Open ihsandemir opened this issue 3 years ago • 0 comments

In go language, it was reported that memory foot print was reduced 50% just by using a static analyzer tool(the tool go used is field alignment) and aligning the struct class fields.

ihsandemir avatar May 10 '21 10:05 ihsandemir