We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffaa32f commit df89ebcCopy full SHA for df89ebc
1 file changed
README.md
@@ -7,9 +7,9 @@ open entire files → skim thousands of irrelevant lines → repeat.
7
8
| Task | Traditional approach | With jCodeMunch |
9
| ---------------------- | -------------------- | --------------- |
10
-| Find a function | ~40k tokens | ~200 tokens |
11
-| Understand module API | ~15k tokens | ~800 tokens |
12
-| Explore repo structure | ~200k tokens | ~2k tokens |
+| Find a function | ~40,000 tokens | ~200 tokens |
+| Understand module API | ~15,000 tokens | ~800 tokens |
+| Explore repo structure | ~200,000 tokens | ~2k tokens |
13
14
Index once. Query cheaply forever.
15
Precision context beats brute-force context.
0 commit comments