: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>