docs: address 'why not just use llama.cpp?' feedback#38
Merged
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reddit feedback from u/Eyelbee (5 upvotes): "It is very easy to ship embedded apps with llama.cpp. Don't really understand the point of yours."
Feature tables don't convince. Added scenario-based differentiation:
cc app.c -lmvs cmake+link)🤖 Generated with Claude Code