chess:programming:polyglot_book_format:file_format
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
chess:programming:polyglot_book_format:file_format [2022/01/11 13:29] – created peter | chess:programming:polyglot_book_format:file_format [2022/01/11 14:14] (current) – peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Chess - Programming - Polyglot Book Format - File Format ====== | ====== Chess - Programming - Polyglot Book Format - File Format ====== | ||
+ | |||
+ | Polyglot files are usually named with a **.bin** extension. | ||
+ | |||
+ | The files contain one or more entries with each entry having the following information: | ||
+ | |||
+ | <code cpp> | ||
+ | struct entry_t { | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | }; | ||
+ | </ | ||
+ | |||
+ | <WRAP info> | ||
+ | **NOTE: | ||
+ | |||
+ | * The entries are ordered according to key; Lowest key first. | ||
+ | |||
+ | |||
+ | Sometimes the file format is shown as: | ||
+ | |||
+ | <code cpp> | ||
+ | struct entry_t { | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | | ||
+ | }; | ||
+ | </ | ||
+ | |||
+ | * This still represents the same data. | ||
+ | |||
+ | </ | ||
chess/programming/polyglot_book_format/file_format.1641907796.txt.gz · Last modified: 2022/01/11 13:29 by peter