mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1425] S2 Compression support #1121
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#1121
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @chmis8000 on GitHub (Sep 3, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1425
https://github.com/klauspost/compress/tree/master/s2
S2 is an extension of Snappy.
Better compression
Faster decompression
...
@fatedier commented on GitHub (Sep 4, 2019):
Maybe next major version since it's incompatible with snappy.
We should consider more factors on choosing which compression algorithm. I prefer a simple and common one. Compression ratio is not the key reason.