this is a kinda broad pr compared to others. this does mainly 2 things:
add code linting via ci which will be enforced when contributing and fixed if found when i commit directly
clean u code based on what linter warns about
also brings a tiny (like definitely wont be noticeable) memory usage improvement, because order of structs affects memory layout or something like that
probably gonna be a long wip branch.
this is a kinda broad pr compared to others. this does mainly 2 things:
also brings a tiny (like definitely wont be noticeable) memory usage improvement, because order of structs affects memory layout or something like that