inducer/pytato
Lazily evaluated arrays in Python
This tool helps high-performance computing (HPC) developers design and optimize complex array-based computations. It takes descriptions of array operations and outputs a data flow graph, enabling advanced optimization and code generation for repeated tasks. HPC engineers and scientific programmers are the primary users.
Available on PyPI.
Use this if you are building high-performance numerical applications and need to optimize repetitive, large-scale array computations for efficiency.
Not ideal if you are doing simple, one-off array manipulations or do not require extensive code generation and optimization for your numerical workflows.
Stars
12
Forks
16
Language
Python
License
—
Category
Last pushed
Mar 17, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/inducer/pytato"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
alphaville/optimization-engine
Nonconvex embedded optimization: code generation for fast real-time optimization + ROS support
symforce-org/symforce
Fast symbolic computation, code generation, and nonlinear optimization for robotics
stack-of-tasks/pinocchio
A fast and flexible implementation of Rigid Body Dynamics algorithms and their analytical derivatives
inducer/loopy
A code generator for array-based code on CPUs and GPUs
loco-3d/crocoddyl
Crocoddyl is an optimal control library for robot control under contact sequence. Its solver is...