mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
...
This commit is contained in:
parent
eec1bb3c99
commit
66d9870150
@ -136,6 +136,13 @@ for a quick overview of the supported features.
|
||||
| Generator | `yield i` | ✅ |
|
||||
| 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
|
||||
|
||||
| | Description |
|
||||
|
@ -6,8 +6,8 @@ label: Performance
|
||||
|
||||
# Performance
|
||||
|
||||
Currently, pkpy is as fast as cpython 3.8.
|
||||
**Performance results for cpython 3.8 are applicable to for pkpy.**
|
||||
Currently, pkpy is as fast as cpython 3.9.
|
||||
**Performance results for cpython 3.9 are applicable to for pkpy.**
|
||||
|
||||
Here is a benchmark result of `v1.2.6`.
|
||||
Files are located in `benchmarks/`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user