โ back to index
โก Performance Benchmarks
Side-by-side performance comparison of tsb (TypeScript/Bun) vs
pandas (Python). Each function is benchmarked with identical datasets
and the same number of iterations.
๐ No benchmark data available yet.
Benchmarks are added automatically by the
Autoloop
perf-comparison program. Each iteration adds a new function benchmark.
Detailed Results
| Function |
tsb (ms) |
pandas (ms) |
Ratio |
Faster |
๐ Methodology
Each benchmark follows a consistent protocol:
- Dataset: 100,000 elements, deterministic generation
- Warm-up: 5 untimed iterations
- Measured: 50 timed iterations, mean reported
- tsb runtime: Bun (latest)
- pandas runtime: CPython + pandas (latest)
- Ratio: tsb_time / pandas_time โ below 1.0 means tsb is faster
๐ค About
These benchmarks are generated automatically by the Autoloop
perf-comparison program. Each iteration adds a new function
comparison. Results are updated on every accepted iteration and deployed
to this page.