update readme benchmarks
This commit is contained in:
parent
9583498150
commit
46ef151cd7
1 changed files with 10 additions and 7 deletions
|
@ -161,7 +161,10 @@ and then only convert them to C data structures when you have to call the C func
|
||||||
|
|
||||||
|
|
||||||
| Library | Implementation | Bunnies (60 FPS) | Percentage |
|
| Library | Implementation | Bunnies (60 FPS) | Percentage |
|
||||||
| ------------- | ------------- | ------------- | ------------- |
|
|--------------------------------|-------------------|------------------|------------|
|
||||||
|
| Raylib 5.0 | C | 180000 | 100% |
|
||||||
|
| Raylib Python CFFI 5.0.0.2 | Python 3.12 | 10500 | 5.8% |
|
||||||
|
| Raylib Python CFFI 5.0.0.2 | Pypy 3.10 | 95000 | 53% |
|
||||||
| Raylib 3.7 | C | 168100 | 100% |
|
| Raylib 3.7 | C | 168100 | 100% |
|
||||||
| Raylib Python CFFI 3.7 | Pypy 3.7 | 33800 | 20% |
|
| Raylib Python CFFI 3.7 | Pypy 3.7 | 33800 | 20% |
|
||||||
| Raylib Python CFFI 3.7 | Python 3.9 | 7700 | 4.5% |
|
| Raylib Python CFFI 3.7 | Python 3.9 | 7700 | 4.5% |
|
||||||
|
|
Reference in a new issue