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` | ✅ |
|
| 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 |
|
||||||
|
@ -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/`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user