zig/lib/std/compress
zooster bc8e1e1de4
Improvements to docs and text
* docs(std.math): elaborate on difference between absCast and absInt

* docs(std.rand.Random.weightedIndex): elaborate on likelihood

I think this makes it easier to understand.

* langref: add small reminder

* docs(std.fs.path.extension): brevity

* docs(std.bit_set.StaticBitSet): mention the specific types

* std.debug.TTY: explain what purpose this struct serves

This should also make it clearer that this struct is not supposed to provide unrelated terminal manipulation functionality such as setting the cursor position or something because terminals are complicated and we should keep this struct simple and focused on debugging.

* langref(package listing): brevity

* langref: explain what exactly `threadlocal` causes to happen

* std.array_list: link between swapRemove and orderedRemove

Maybe this can serve as a TLDR and make it easier to decide.

* PrefetchOptions.locality: clarify docs that this is a range

This confused me previously and I thought I can only use either 0 or 3.

* fix typos and more

* std.builtin.CallingConvention: document some CCs

* langref: explain possibly cryptic names

I think it helps knowing what exactly these acronyms (@clz and @ctz) and
abbreviations (@popCount) mean.

* variadic function error: add missing preposition

* std.fmt.format docs: nicely hyphenate

* help menu: say what to optimize for

I think this is slightly more specific than just calling it
"optimizations". These are speed optimizations. I used the word
"performance" here.
2023-04-23 21:06:21 +03:00
..
deflate update std lib and compiler sources to new for loop syntax 2023-02-18 19:17:21 -07:00
lzma update std lib and compiler sources to new for loop syntax 2023-02-18 19:17:21 -07:00
lzma2 Implement std.io.Reader for LZMA1 2023-02-05 08:23:51 -08:00
testdata std.compress: add zstandard decompressor 2023-02-20 09:09:05 +11:00
xz Update block.zig 2023-02-05 09:18:07 -08:00
zstandard Improvements to docs and text 2023-04-23 21:06:21 +03:00
deflate.zig Make CompressorOptions public 2022-10-12 04:04:43 -04:00
gzip.zig support xz compressed tarballs in the package manager 2023-01-24 15:24:19 -07:00
lzma.zig Implement std.io.Reader for LZMA1 2023-02-05 08:23:51 -08:00
lzma2.zig Delete redundant lzma/lzma2 prefix in function/struct names 2023-02-05 06:52:28 -08:00
xz.zig std.compress.xz: Avoid possible integer overflow in a few places 2023-02-05 06:08:35 -08:00
zlib.zig update gitattributes and move test data into subdir 2022-12-18 16:28:30 -07:00
zstandard.zig Improvements to docs and text 2023-04-23 21:06:21 +03:00