Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 349 Bytes

File metadata and controls

11 lines (7 loc) · 349 Bytes

:fa:`dashboard` Performance

In Python, large performance gains can be obtained by using appropriate functions and directives. Use the following patterns to reduce overhead and make your code more performant.

.. toctree::
    :maxdepth: 1

    Searching lists <using_key_in_list_to_check_if_key_is_contained_in_a_list>