Algorithm for Python speed analysis and alternatives benchmarking
- create dataset in SQLite3 file
- width, length and weight of plates
- distribute plates in families of length and density
- compute surface and weight for each plate
- compute average surface and weight for plate families
- code in SQL (SQLite)
- code with Pandas optimized algorithm
- code with Numpy arrays
- code with pure Python objects (or dicts)
- code with Cython