.. _f-fastdictcpython-39-x8664-linux-gnu: module ``fastdata.fast_dict`` ============================= Short summary +++++++++++++ module ``cpyquickhelper.fastdata.fast_dict`` Implements faster dictionaries for specific cases. :githublink:`%|py|0` Classes +++++++ +------------------------------------------------------------------------------------+------------------------------------------------------------------------+ | class | truncated documentation | +====================================================================================+========================================================================+ | :class:`FastDictInt64Int64 ` | Dictionary `{ int64, int64: int64 }, faster than the python version.`. | +------------------------------------------------------------------------------------+------------------------------------------------------------------------+ | :class:`FastDictIntInt ` | Dictionary `{ int64, int64: int64 }, faster than the python version.`. | +------------------------------------------------------------------------------------+------------------------------------------------------------------------+ | :class:`FastDictStrInt64 ` | Dictionary `{ str, int64: int64 }, faster than the python version.`. | +------------------------------------------------------------------------------------+------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: cpyquickhelper.fastdata.fast_dict :members: :special-members: __init__ :show-inheritance: