Skip to content

Add compression ratio estimation without full pipeline run #102

@vergoodigi

Description

@vergoodigi

Before running the full 14-stage pipeline, it would be useful to get a quick estimate of expected compression ratio. Something like:

estimate = engine.estimate(text)  # fast, <1ms
# {"estimated_reduction_pct": 45, "recommended_stages": ["ionizer", "rle"]}

This could use Cortex content detection + heuristics from historical benchmarks, without actually running compression.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions