.. _f-fastdictccpython-39-x8664-linux-gnu: module ``fastdata.fast_dict_c`` =============================== Short summary +++++++++++++ module ``cpyquickhelper.fastdata.fast_dict_c`` Fast dictionary using Python C API. :githublink:`%|py|0` Functions +++++++++ +---------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+ | function | truncated documentation | +=====================================================================================================================+=============================================================================================================================================================+ | :func:`UnorderedMapRHStrInt64_Create ` | Creates a faster unordered map `{ (str, int): int }`.\nThis map is using `robin_hood implementation `_. ... | +---------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :func:`UnorderedMapRHStrInt64_Get_Fast ` | Inserts a value into a map `{ (str, int): int }` | +---------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :func:`UnorderedMapRHStrInt64_Insert_Fast ` | Inserts a value into a map `{ (str, int): int }` | +---------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :func:`UnorderedMapStrInt64_Create ` | Creates an unordered map `{ (str, int): int }`. | +---------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :func:`UnorderedMapStrInt64_Get ` | Inserts a value into a map `{ (str, int): int }` | +---------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :func:`UnorderedMapStrInt64_Get_Fast ` | Inserts a value into a map `{ (str, int): int }` | +---------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :func:`UnorderedMapStrInt64_Insert ` | Inserts a value into a map `{ (str, int): int }` | +---------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :func:`UnorderedMapStrInt64_Insert_Fast ` | Inserts a value into a map `{ (str, int): int }` | +---------------------------------------------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------+ Documentation +++++++++++++ .. automodule:: cpyquickhelper.fastdata.fast_dict_c :members: :special-members: __init__ :show-inheritance: