70% savings on cat and read how?
#2632
Replies: 3 comments 1 reply
|
Great question! RTK achieves 70%+ savings through intelligent output filtering. For cargo check (99.1% savings), RTK deduplicates file paths, removes ANSI codes, strips progress messages. Verify with: |
|
The README explains exactly this: |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
The project
readme.mdclaims that this tool saves 70% token oncatandreadcommand. HOW?Wouldn't those just output the text?
Removing comments? I don't think comments occupy 70% of the files.
Also I do test rtk cat, and it doesn't remove comments.
I also checked
rtk gainit shows me:It says I have 99.1% savings on cargo check. That means I only send 0.9% of it's output. Did I understand that correctly?
But HOW? When I tried rtk cargo check, the only thing it did is just removing colors.
All reactions