Download of readme_tables.txt (readme_tables.txt ( external link: SF.net): 156 bytes) will begin shortly. If not so, click link on the left.

File Information

File Size
156 bytes
MD5
0559d5ab03ed33814e4a4e1832a0b5b9

Projeto Descrição

This library provides an implementation of tables indexed by strings. The binary search is used for names of known length. It is also possible to search a table for names of unknown length, i.e. to parse a string using some table. Table elements can be of any private type. Key- insensitive tables are supported.