session
session copied to clipboard
Optimize struct field order to reduce size from 136 bytes to 128 bytes
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.