You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ cargo build --release
19
19
20
20
## Speed
21
21
22
-
Currently, this is looking about 5x slower than CPython. This is not so bad, heading in the right direction. However, it is not 50% faster than RustPython. This is a good sign.
22
+
Currently, this is looking about 2-4x slower than CPython. This is not so bad, heading in the right direction. However, it is also about 2x faster than [RustPython](https://github.com/RustPython/RustPython). This is a good sign.
23
23
24
24
## Tests
25
25
@@ -28,14 +28,15 @@ Currently working on developing a testing suite. I copied some of the simpler te
28
28
For the tests I have written, they are mostly testing the existence and correct implementation of various basic features rather than edge cases yet.
29
29
Once the `assert` and method definition is added, more sophisticated tests will be written. However, for now this is the state of the testing system.
0 commit comments