Choosing the Right Python Docker Image for Finance Workloads
jiripik.com·2d·
Discuss: Hacker News
Systems Programming
Preview
Report Post

A data-driven guide to selecting between python:slim, Intel Python, and Anaconda for hedge fund batch jobs


1. Executive Summary

Choosing the right Docker base image for Python data workloads can significantly impact both performance and operational costs. This benchmark suite tests three popular images—python:3.14-slim, intel/python, and continuumio/anaconda3—across finance-oriented workloads including IO operations, ETL pipelines, linear algebra, and CPU-bound Python code. The key finding: for most workloads, images perform within 10% of each other, making the smallest image (python:3.14-slim at ~150MB) the optimal default choice. The exception is dense linear algebra (matrix multiplication, SVD, eigenvalue decomposition), where Intel’s MKL-optimized im…

Similar Posts

Loading similar posts...