Commit e0ae945
docs: address "why not just use llama.cpp?" with concrete scenarios (#38)
Reddit feedback (Eyelbee, 5 upvotes): feature tables don't convince
users who know llama.cpp. Added scenario-based comparison showing
where the single-header approach matters in practice:
- WASM: 192 KB vs GGML tensor graph too large
- Microcontroller: #include only option (no FS, no linker)
- Game engines: one .h vs 250K LOC build integration
- Teaching: readable in an afternoon
Includes side-by-side build commands (cc app.c -lm vs cmake + link).
Explicitly recommends llama.cpp for GPU speed and model coverage.
Applied to both EN and KO READMEs.
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 4cc5598 commit e0ae945
2 files changed
Lines changed: 64 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
172 | 189 | | |
173 | 190 | | |
174 | 191 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
313 | 346 | | |
314 | 347 | | |
315 | 348 | | |
316 | 349 | | |
317 | | - | |
| 350 | + | |
318 | 351 | | |
319 | 352 | | |
320 | | - | |
321 | 353 | | |
322 | 354 | | |
323 | | - | |
324 | | - | |
325 | | - | |
326 | 355 | | |
327 | 356 | | |
328 | 357 | | |
| |||
0 commit comments