session icon indicating copy to clipboard operation
session copied to clipboard

Optimize struct field order to reduce size from 136 bytes to 128 bytes

Open ksw2000 opened this issue 1 year ago • 0 comments

Reordered the fields in the Options struct to optimize memory alignment, reducing its size from 136 bytes to 128 bytes. This change improves memory efficiency.

ksw2000 avatar Jul 17 '24 03:07 ksw2000