You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -77,14 +75,19 @@ Hence, deploying one dictionary per type of data will provide the greater benefi
77
75
78
76
### Status
79
77
80
-
Zstd compression format has reached "Final status". It means it is planned to become the official stable zstd format tagged `v1.0`. The reason it's not yet tagged `v1.0` is that it currently performs its "validation period", making sure the format holds all its promises and nothing was missed.
81
-
Zstd library also offers legacy decoder support. Any data compressed by any version >= `v0.1` is decodable now and in the future.
82
-
The library has been validated using strong [fuzzer tests](https://en.wikipedia.org/wiki/Fuzz_testing), including both [internal tools](programs/fuzzer.c) and [external ones](http://lcamtuf.coredump.cx/afl). It's able to withstand hazard situations, including invalid inputs.
83
-
As a consequence, Zstandard is considered safe for, and is currently used in, production environments.
78
+
Zstandard is currently deployed within Facebook. It is used daily to compress and decompress very large amount of data in multiple formats and use cases.
79
+
Zstandard is considered safe for production environments.
80
+
81
+
### License
82
+
83
+
Zstandard is [BSD-licensed](LICENSE). We also provide an [additional patent grant](PATENTS).
84
84
85
-
### Branch Policy
85
+
### Contributing
86
86
87
-
The "dev" branch is the one where all contributions will be merged before reaching "master". If you plan to propose a patch, please commit into the "dev" branch or its own feature branch. Direct commit to "master" are not permitted.
87
+
The "dev" branch is the one where all contributions will be merged before reaching "master".
88
+
If you plan to propose a patch, please commit into the "dev" branch or its own feature branch.
89
+
Direct commit to "master" are not permitted.
90
+
For more information, please read [CONTRIBUTING](CONTRIBUTING.md).
0 commit comments