Tagged articles
8 articles
Page 1 of 1
Data STUDIO
Data STUDIO
Feb 21, 2026 · Big Data

Boost Python Performance Up to 50× Without Changing Your Code

Python’s reputation for slowness can be overcome by selecting the right tools—Numba, PyPy, CuPy, JAX, Ray, Joblib, async I/O, memory profilers, and big‑data frameworks—delivering speedups from 6× to over 50× with minimal or no code modifications.

AsyncGPUProfiling
0 likes · 22 min read
Boost Python Performance Up to 50× Without Changing Your Code
Data STUDIO
Data STUDIO
Nov 6, 2025 · Big Data

Ditch Multithreading: 11 Python Libraries That Deliver Lightning‑Fast Performance

This article reviews eleven high‑performance Python libraries—Polars, Numba, orjson, PyO3, Blosc, Awkward Array, Dask, Vaex, Modin, scikit‑learn‑intelex, uvloop and PyPy—showing how they achieve multi‑fold speedups through Rust, JIT, SIMD, lazy evaluation and parallel execution, and offers guidance on when to choose each tool.

PythonRustdask
0 likes · 14 min read
Ditch Multithreading: 11 Python Libraries That Deliver Lightning‑Fast Performance
Alibaba Cloud Developer
Alibaba Cloud Developer
Jun 18, 2020 · Artificial Intelligence

How to Build a GPU‑Accelerated Distributed ML Platform for VM Migration Prediction

This article explains how to design and implement a GPU‑accelerated, distributed machine‑learning system on Alibaba Cloud to predict virtual‑machine workload and hot‑migration downtime, covering architecture, components, message‑queue design, data handling, GPU acceleration, and model deployment.

CloudComputingDistributedMLGPU
0 likes · 13 min read
How to Build a GPU‑Accelerated Distributed ML Platform for VM Migration Prediction