alec1o / Byter

Byter is a C# serializer. It can serialize and deserialize from primitive type e.g (class, struct, list, array, string...)
MIT License
3 stars 1 forks source link

Remove Buffer size from Array, Struct, List, Class? #24

Closed alec1o closed 1 month ago

alec1o commented 1 month ago

removed from buffer size and element count from (class, struct), list, and array was optimized from 9 bytes of overhead to 3 bytes of overhead.

commit: 4b91b11