You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NumPy is fast — but its ceiling is locked by Python.
11
11
12
-
我们创建了 `numpycpp`— 保留 NumPy 的使用习惯,但允许 C++ 突破 Python 的性能天花板,进一步加速你的代码。
12
+
We created `numpycpp`to keep NumPy's familiar usage patterns while letting C++ break through Python's performance ceiling and accelerate your code further.
13
13
14
-
## 概述
14
+
## Overview
15
15
16
-
`numpycpp`是一个 **header-only C++ 库**,用 raw pointer + size 接口实现了 numpy 核心 API(`numpy.*`、`numpy.linalg.*`、`numpy.einsum`)的像素级对齐。零外部依赖,纯 C++17 标准库即可编译。
16
+
`numpycpp`is a **header-only C++ library** implementing numpy's core API (`numpy.*`, `numpy.linalg.*`, `numpy.einsum`) with pixel-level precision alignment. Raw pointer + size interface. Zero external dependencies — pure C++17 standard library.
0 commit comments