align structs for better memory layout

This commit is contained in:
Laptop
2025-08-31 00:43:25 +03:00
parent e0bfcaadba
commit 0474290010
8 changed files with 49 additions and 51 deletions

View File

@@ -105,4 +105,6 @@ If you want to add a new feature that's not in [the todo list](https://git.maid.
If you have updated go dependencies or added new ones, please run `go mod tidy` before commiting.
If you update structs, please run [betteralign](https://github.com/dkorunic/betteralign) to make sure memory layout is optimized.
Any security vulnerabilities should first be disclosed privately to the maintainer ([different ways to contact me are listed here](https://laptopc.at))