Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 336 Bytes

File metadata and controls

10 lines (7 loc) · 336 Bytes

:fa:`dashboard` Performance

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

.. toctree::
    :maxdepth: 1

    using_key_in_list_to_check_if_key_is_contained_in_a_list