Modules/Modules
IlushaShurupov 0cefb47b66 Refactor save size calculation with SaveSizeCounter
SaveSizeCounter is introduced and used for calculating the save size of objects. The previous method of calculating save size directly in each class was replaced with a call to the SaveSizeCounter's calc method. This results in a cleaner, more maintainable code as the size calculation logic is now centralized in one class. It is more efficient and scalable as any changes to the calculation can be made in one place and will be reflected everywhere.
2023-08-01 07:41:09 +03:00
..
.vs Archiver Initial 2023-07-30 08:28:31 +03:00
private Fixes 2023-07-16 18:28:24 +03:00
public Refactor save size calculation with SaveSizeCounter 2023-08-01 07:41:09 +03:00
tests Archiver Initial 2023-07-30 08:28:31 +03:00
CMakeLists.txt Archiver Initial 2023-07-30 08:28:31 +03:00
README.md Rename module to modules 2023-06-30 09:12:01 +03:00