Skip to content

Curl_chunker: shrink the struct#6527

Closed
bagder wants to merge 1 commit into
masterfrom
bagder/http-chunker-reduce
Closed

Curl_chunker: shrink the struct#6527
bagder wants to merge 1 commit into
masterfrom
bagder/http-chunker-reduce

Conversation

@bagder

@bagder bagder commented Jan 25, 2021

Copy link
Copy Markdown
Member

... by removing a field, converting the hex index into a byte and
rearranging the order. Cuts it down from 48 bytes to 32 on x86_64.

@jay jay added the tidy-up label Jan 26, 2021
@bagder

bagder commented Jan 26, 2021

Copy link
Copy Markdown
Member Author

ah thanks!

... by removing a field, converting the hex index into a byte and
rearranging the order. Cuts it down from 48 bytes to 32 on x86_64.
@bagder bagder force-pushed the bagder/http-chunker-reduce branch from ca557f6 to ffba7a3 Compare January 26, 2021 15:27
@bagder bagder closed this in 5ad3777 Jan 27, 2021
@bagder bagder deleted the bagder/http-chunker-reduce branch January 27, 2021 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

2 participants