.. _config_encoding: ======================================== Config Encoding ======================================== Low-level helpers for mixed-radix encoding/decoding of site configurations and for binary search on sorted encoded/config tables. These routines are shared by symmetry-sector builders, partition helpers, and state-analysis code whenever configurations need to be mapped to compact keys or searched efficiently. .. automodule:: edlgt.tools.config_encoding :synopsis: Mixed-radix configuration encoding and lookup helpers. :members: compute_strides, encode_config, encode_all_configs, decode_key_to_config, binary_search_sorted, index_to_config, config_to_index, compare_configs, config_to_index_linsearch, config_to_index_binarysearch :member-order: bysource