Modules

Summary

module

truncated documentation

__init__

module cpyquickhelper Module cpyquickhelper. Python + C. source on GitHub

__init__

module cpyquickhelper.algorithms Shortcut to algorithms. source on GitHub

__init__

module cpyquickhelper.examples Shortcut to examples. source on GitHub

__init__

module cpyquickhelper.fastdata Shortcut to fastdata. source on GitHub

__init__

module cpyquickhelper.io Shortcut to io. source on GitHub

__init__

module cpyquickhelper.numbers Shortcut to numbers. source on GitHub

__init__

module cpyquickhelper.parallel Shortcut to parallel. source on GitHub

__init__

module cpyquickhelper.profiling Shortcut to profiling. source on GitHub

_event_profiler.cpython-39-x86_64-linux-gnu

module cpyquickhelper.profiling._event_profiler Implements a profiler to log events. source on GitHub

_event_profiler_c.cpython-39-x86_64-linux-gnu

module cpyquickhelper.profiling._event_profiler_c Event Profiler with the C Python API. source on GitHub

cbenchmark.cpython-39-x86_64-linux-gnu

module cpyquickhelper.numbers.cbenchmark Commom classes to benchmark implementations in C. source on GitHub

cbenchmark_dot.cpython-39-x86_64-linux-gnu

module cpyquickhelper.numbers.cbenchmark_dot Measures the execution time of functions implemented in C, the measures are also implemented in C. The functions propose different implementations of the dot product. source on GitHub

cbenchmark_sum_type.cpython-39-x86_64-linux-gnu

module cpyquickhelper.numbers.cbenchmark_sum_type Measures the execution time of functions implemented in C, the measures are also implemented in C. The functions proposes different implements of a sum of all elements in vector. source on GitHub

custom_container_python.cpython-39-x86_64-linux-gnu

module cpyquickhelper.examples.custom_container_python Implements a custom container which may contain everything. source on GitHub

direct_blas_lapack.cpython-39-x86_64-linux-gnu

module cpyquickhelper.numbers.direct_blas_lapack Direct calls to libraries BLAS and LAPACK. source on GitHub

edit_distance

module cpyquickhelper.algorithms.edit_distance Edit distance. source on GitHub

edit_distance_c.cpython-39-x86_64-linux-gnu

module cpyquickhelper.algorithms.edit_distance_c Edit distance in C++ source on GitHub

event_profiler

module cpyquickhelper.profiling.event_profiler Profiling class. source on GitHub

fast_dict.cpython-39-x86_64-linux-gnu

module cpyquickhelper.fastdata.fast_dict Implements faster dictionaries for specific cases. source on GitHub

fast_dict_c.cpython-39-x86_64-linux-gnu

module cpyquickhelper.fastdata.fast_dict_c Fast dictionary using Python C API. source on GitHub

fast_dict_cpy.cpython-39-x86_64-linux-gnu

module cpyquickhelper.fastdata.fast_dict_cpy Implements fast dictionaries with cython in a specific case. source on GitHub

pandas2numpy

module cpyquickhelper.fastdata.pandas2numpy Fast data manipulations. source on GitHub

slowcode.cpython-39-x86_64-linux-gnu

module cpyquickhelper.numbers.slowcode Experiments around matrices. source on GitHub

speed_measure

module cpyquickhelper.numbers.speed_measure Measures speed. source on GitHub

stdchelper.cpython-39-x86_64-linux-gnu

module cpyquickhelper.io.stdchelper Helper for IO with C++. source on GitHub

stdhelper

module cpyquickhelper.io.stdhelper Python wrapper around C functions. source on GitHub

threader.cpython-39-x86_64-linux-gnu

module cpyquickhelper.parallel.threader Helper for parallelization with threads with C++. source on GitHub

threadhelper

module cpyquickhelper.parallel.threadhelper Shortcut to parallel. source on GitHub

vector_container_python.cpython-39-x86_64-linux-gnu

module cpyquickhelper.examples.vector_container_python Looks into two ways to export an array of objects (vectors here). source on GitHub

weighted_dataframe

module cpyquickhelper.numbers.weighted_dataframe Addition for pandas. source on GitHub

weighted_number.cpython-39-x86_64-linux-gnu

module cpyquickhelper.numbers.weighted_number Implements operations on weighted numbers. source on GitHub