📖 docs(README): préciser « no decoding » dans la description#36
Open
ronan-develop wants to merge 1 commit into
Open
📖 docs(README): préciser « no decoding » dans la description#36ronan-develop wants to merge 1 commit into
ronan-develop wants to merge 1 commit into
Conversation
« no external binaries » disait l'absence de dépendance, pas l'absence de décodage. La lib copie les octets d'une preview déjà présente : elle ne dématrice ni ne recompresse rien. « no decoding » vend la performance et pose la limite — pas de rotation, elle reste au consommateur — d'un même mot. Closes #35
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.
Fait suite à #35.
no external binariesvendait l'absence de dépendance, sans dire que la lib ne décode jamais : elle copie les octets d'une preview déjà présente.no decodingdit la performance (aucun dématriçage) et la limite (pas de rotation, au consommateur) d'un même mot.Diff
composer.json:no external binaries→no decoding, no external binariesREADME.md: même formule dans l'accrochePas de tag
Aucune ligne de
src/ne change — le code livré est identique. La description part sur Packagist au prochain webhook depuismain; pas de release dédiée. Le prochain tag (correctif ou feature) l'emportera au passage.Closes #35