Skip to content

Commit df89ebc

Browse files
authored
Update token counts in README table for clarity
1 parent ffaa32f commit df89ebc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ open entire files → skim thousands of irrelevant lines → repeat.
77

88
| Task | Traditional approach | With jCodeMunch |
99
| ---------------------- | -------------------- | --------------- |
10-
| Find a function | ~40k tokens | ~200 tokens |
11-
| Understand module API | ~15k tokens | ~800 tokens |
12-
| Explore repo structure | ~200k tokens | ~2k tokens |
10+
| Find a function | ~40,000 tokens | ~200 tokens |
11+
| Understand module API | ~15,000 tokens | ~800 tokens |
12+
| Explore repo structure | ~200,000 tokens | ~2k tokens |
1313

1414
Index once. Query cheaply forever.
1515
Precision context beats brute-force context.

0 commit comments

Comments
 (0)