Qurak

Compress an expression

Example 3 steps, run in order in one session. Every step was executed against the engine and the output below is what it produced.

Step 1
a = ExampleData[{"Text", "DonQuixoteIEnglish"}, "Words"]
Output
ExampleData[{Text, DonQuixoteIEnglish}, Words]
Step 2
ByteCount[a]
Output
224
Step 3
ByteCount[Compress[a]]
Output
112

Functions used

Related recipes

All recipes · Function reference · Use this from an MCP client