This commit is contained in:
blueloveTH 2023-10-14 01:33:22 +08:00
parent eec1bb3c99
commit 66d9870150
2 changed files with 9 additions and 2 deletions

View File

@ -136,6 +136,13 @@ for a quick overview of the supported features.
| Generator | `yield i` | ✅ | | Generator | `yield i` | ✅ |
| Decorator | `@cache` | ✅ | | Decorator | `@cache` | ✅ |
## Performance
Currently, pkpy is as fast as cpython 3.9.
Performance results for cpython 3.9 are applicable to for pkpy.
See https://pocketpy.dev/performance/ for details.
## Used By ## Used By
| | Description | | | Description |

View File

@ -6,8 +6,8 @@ label: Performance
# Performance # Performance
Currently, pkpy is as fast as cpython 3.8. Currently, pkpy is as fast as cpython 3.9.
**Performance results for cpython 3.8 are applicable to for pkpy.** **Performance results for cpython 3.9 are applicable to for pkpy.**
Here is a benchmark result of `v1.2.6`. Here is a benchmark result of `v1.2.6`.
Files are located in `benchmarks/`. Files are located in `benchmarks/`.