mirror of
https://github.com/google/brotli.git
synced 2026-07-08 17:56:58 +00:00
Hiii Need Help #266
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @xavier-carson on GitHub (Dec 25, 2018).
Can anybody help me where should I start reading the code from so that I can help as well?
@eustas commented on GitHub (Jan 3, 2019):
I would recommend to read RFC first. Next Java decoder is much smaller than C and much easier to read and understand. Next goes C decoder, full of hacks. And the last topic would be C encoder, also loaded with hacks...