Skip to content

Commit c7bcb35

Browse files
authored
Merge pull request #98 from dupontcyborg/benchmark-runner-dict
Benchmark Runner O(1) Dispatch
2 parents affafc7 + d70d06b commit c7bcb35

38 files changed

+158121
-158460
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
Complete NumPy implementation for TypeScript and JavaScript.
2020

2121
- **📊 Extensive API****476 of 507 NumPy functions (93.9% coverage)**
22-
- **🏃🏽‍♂️ Fast**[1.22x faster than NumPy](https://numpyts.dev/performance) on average across 2,400 benchmarks, thanks to Zig-WASM SIMD kernels
22+
- **🏃🏽‍♂️ Fast**[1.11x faster than NumPy](https://numpyts.dev/performance) on average across 7,200 benchmarks, thanks to Zig-WASM SIMD kernels
2323
- **✅ NumPy-validated** — 20,000+ tests compared against Python NumPy
2424
- **🔒 Type-safe** — Full TypeScript type definitions
2525
- **🌳 Tree-shakeable** — Import only what you use (`np.add()` -> ~10kB bundle)

0 commit comments

Comments
 (0)