Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Encodings.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ repeated-value := value that is repeated, using a fixed-width of round-up-to-nex
shifting and ORing with a mask. (to make this optimization work on a big-endian machine,
you would have to use the ordering used in the [deprecated bit-packing](#BITPACKED) encoding)

2. varint-encode() is ULEB-128 encoding, see http://en.wikipedia.org/wiki/Variable-length_quantity
2. varint-encode() is ULEB-128 encoding, see https://en.wikipedia.org/wiki/LEB128

### <a name="BITPACKED"></a>Bit-packed (Deprecated) (BIT_PACKED = 4)
This is a bit-packed only encoding, which is deprecated and will be replaced by the [RLE/bit-packing](#RLE) hybrid encoding.
Expand Down