There was an error while loading. Please reload this page.
1 parent 70e94cd commit e84851bCopy full SHA for e84851b
1 file changed
docs/source/unique_format.rst
@@ -18,7 +18,8 @@ Data types
18
The suffix of the filename specifies the type of the underlying binary data.
19
The suffix ``uint8`` specifies that each minimum length is represented with a
20
single unsigned 8 bit integer (1 byte each), and ``uint16`` likewise has each
21
-length represented by unsigned 16 bit integer (2 bytes each). No other data is
+length represented by unsigned 16 bit integer (2 bytes each). All lengths that
22
+need more than 1 byte are stored in little endian format. No other data is
23
stored in the file. The data type is chosen based on the maximum length
24
specified in range specified to :ref:`search`. For example, in a search
25
range from 20 to 255, the maximum unique minimum length is less than or equal
0 commit comments