You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as disk access is typically the bottleneck, using bitfields would probably mean smaller file sizes and thus faster run times. writing/reading entire structs instead of field-by-field might also improve performance.
as disk access is typically the bottleneck, using bitfields would probably mean smaller file sizes and thus faster run times. writing/reading entire structs instead of field-by-field might also improve performance.