Go to file
Syntriax b14d10db0c perf: Drastically Improved Memory Usage
TIL, records are not value types and are actually just reference types. So I was pretty much allocating from heap every time I used any of my data types (Like Vector2D). Needless to say, they are all now readonly structs as I originally intended them to be.
2024-01-27 00:35:12 +03:00
Engine.Core perf: Drastically Improved Memory Usage 2024-01-27 00:35:12 +03:00
Engine.Input chore: Removed Unnecessary .sln Files 2024-01-26 09:58:25 +03:00
Engine.Physics2D perf: Drastically Improved Memory Usage 2024-01-27 00:35:12 +03:00
.gitignore feat: Initial Physics Code From Previous Repo 2024-01-23 15:40:04 +03:00
Engine.sln feat: Initial Physics Code From Previous Repo 2024-01-23 15:40:04 +03:00