Modules/Objects/private/primitives
IlushaShurupov e0eb6e138d 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.
2024-11-24 22:38:03 +03:00
..
boolobject.cpp Objects Compiled 2024-11-24 22:38:03 +03:00
classobject.cpp Objects Compiled 2024-11-24 22:38:03 +03:00
colorobject.cpp Objects Compiled 2024-11-24 22:38:03 +03:00
dictobject.cpp Refactor save size calculation with SaveSizeCounter 2024-11-24 22:38:03 +03:00
enumobject.cpp Objects Compiled 2024-11-24 22:38:03 +03:00
floatobject.cpp Objects Compiled 2024-11-24 22:38:03 +03:00
interpreterobject.cpp Objects Compiled 2024-11-24 22:38:03 +03:00
intobject.cpp Objects Compiled 2024-11-24 22:38:03 +03:00
linkobject.cpp Objects Compiled 2024-11-24 22:38:03 +03:00
listobject.cpp Objects Compiled 2024-11-24 22:38:03 +03:00
methodobject.cpp Objects Compiled 2024-11-24 22:38:03 +03:00
nullobject.cpp Objects Initial 2024-11-24 22:36:45 +03:00
stringobject.cpp Refactor save size calculation with SaveSizeCounter 2024-11-24 22:38:03 +03:00
typeobject.cpp Objects Compiled 2024-11-24 22:38:03 +03:00