File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -160,13 +160,16 @@ and then only convert them to C data structures when you have to call the C func
160
160
## Bunnymark
161
161
162
162
163
- | Library | Implementation | Bunnies (60 FPS) | Percentage |
164
- | ------------- | ------------- | ------------- | ------------- |
165
- | Raylib 3.7 | C | 168100 | 100% |
166
- | Raylib Python CFFI 3.7 | Pypy 3.7 | 33800 | 20% |
167
- | Raylib Python CFFI 3.7 | Python 3.9 | 7700 | 4.5% |
168
- | Raylib Python CFFI 3.7 | Python 3.9 Nuitka | 8600 | 5.1% |
169
- | Raylib Python CFFI 3.7 Dynamic | Python 3.9 | 6300 | 3.7% |
163
+ | Library | Implementation | Bunnies (60 FPS) | Percentage |
164
+ | --------------------------------| -------------------| ------------------| ------------|
165
+ | Raylib 5.0 | C | 180000 | 100% |
166
+ | Raylib Python CFFI 5.0.0.2 | Python 3.12 | 10500 | 5.8% |
167
+ | Raylib Python CFFI 5.0.0.2 | Pypy 3.10 | 95000 | 53% |
168
+ | Raylib 3.7 | C | 168100 | 100% |
169
+ | Raylib Python CFFI 3.7 | Pypy 3.7 | 33800 | 20% |
170
+ | Raylib Python CFFI 3.7 | Python 3.9 | 7700 | 4.5% |
171
+ | Raylib Python CFFI 3.7 | Python 3.9 Nuitka | 8600 | 5.1% |
172
+ | Raylib Python CFFI 3.7 Dynamic | Python 3.9 | 6300 | 3.7% |
170
173
171
174
# Packaging your app
172
175
You can’t perform that action at this time.
0 commit comments