basic-webserver icon indicating copy to clipboard operation
basic-webserver copied to clipboard

Unnecassarily large types in Datetime

Open bhansconnect opened this issue 2 years ago • 0 comments

Some reason, we use I128 for each of the values in this struct: https://github.com/roc-lang/basic-webserver/blob/d592b4ec6d09352593465d17cdcc82fb2070ea6b/platform/InternalDateTime.roc#L9

This feels exceptionally large for no reason. We should analyze what is required and minimize the waste here.

bhansconnect avatar Feb 01 '24 23:02 bhansconnect