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
It is trivial to compress these things down into a much more space-efficient version. This will greatly reduce the number of bytes used in the serialised form. It will in no case increase this number of bytes.
The runtime complexity will remain identical. Perhaps there is a change in the constants, but it isn't clear upfront in which direction the change will happen. This should be benchmarked.
The text was updated successfully, but these errors were encountered:
Object and array indices often have a sequence of numbers (
oson/oson.test.ts
Line 93 in ab4bb0e
oson/oson.test.ts
Line 58 in ab4bb0e
It is trivial to compress these things down into a much more space-efficient version. This will greatly reduce the number of bytes used in the serialised form. It will in no case increase this number of bytes.
The runtime complexity will remain identical. Perhaps there is a change in the constants, but it isn't clear upfront in which direction the change will happen. This should be benchmarked.
The text was updated successfully, but these errors were encountered: