You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • You should be able to do git checkout origin/small_jsvar in the existing repository (after git pull).

    Doing it that way won't let you commit any changes, but otherwise it'll be fine.

    3250 vars would be pretty good :) The only bad point is that there's still the same fixed overhead of 4 bytes for long strings, so for big chunks of data it's only 12/16=75% efficient rather than 16/20=80%. The extra vars make up for it though :)

    I guess even the value packing should help you out too - I'd be interested to see how many variables it uses in the new build relative to the old.

About

Avatar for Gordon @Gordon started