Skip to content

revisit lz compression settings #274

Description

@thenfour

for release exports, we should probably be more aggressive with our compression. right now we have hardcoded gSomaticLZDefaultConfig, but we can probably shrink payloads down a lot by doing a bit of searching. possibly through a few candidates, and also we should consider enabling RLE, possibly with a project setting.

note: some experiments show that other settings don't really change much; 5% max. code bloat is actually the biggest issue. deprio.

also recently we added bitmask-based payloads for somatic column data, and considering most rows are empty, this may be better than LZ. it worked really well for that stuff.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions