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
I am not sure if its worth it from the performance perspective (because only v8 and on micro level)
Tested storage savings, using 100kb probe it shrinks down to 80kb => 20%, not sure if its worth. Probe was [1,1,2,"body",3,"color",4,"red",5] => 1\n1\n\n2\n\nbody\n\n3\n\ncolor\n4\nred\n5
We will need a separate array for fn refs or any other refs
Should we go for single array? As consequence we will only be able to express this:
Right now it seems to work nicely.
will become
The text was updated successfully, but these errors were encountered: