hazelcast / hazelcast/hazelcast-cpp-client
Check memory alignment of internal structures
Open
Type: Enhancement
- Dominant language
- C++
- Stars
- 91
- Forks
- 54
- Avg merge
- 1d 12m
- Merged PRs (30d)
- 5
Description
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](https://pkg.go.dev/golang.org/x/tools/go/analysis/passes/fieldalignment)) and aligning the struct class fields.
Contributor guide
Assessment
This issue has not been assessed yet.