Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 18bcf72

Browse files
committed
update readme
1 parent 3957d3b commit 18bcf72

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

‎README.md‎

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ cargo build --release
1919

2020
## Speed
2121

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.
2323

2424
## Tests
2525

@@ -28,14 +28,15 @@ Currently working on developing a testing suite. I copied some of the simpler te
2828
For the tests I have written, they are mostly testing the existence and correct implementation of various basic features rather than edge cases yet.
2929
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.
3030

31-
| Test Name | Status | Notes |
32-
|-------------|--------|------------------------------------|
33-
| test_object | ✔️ | |
31+
| Test Name | Status | Notes |
32+
|-------------|--------|---------------------------|
33+
| test_object | ✔️ | |
3434
| test_simple | ✔️ | should include more int operations |
35-
| test_addition | ✔️ | optimized 😎 |
36-
| test_primatives | 🚧 | need to add all the primatives |
37-
| test_control_flow || need to add while & if |
38-
| test_tuple || need tuples and tuple unpacking |
35+
| test_addition | ✔️ | optimized 😎 |
36+
| test_deep_for_loop | ✔️ | optimized 😎 |
37+
| test_primatives | 🚧 | need to add all the primatives |
38+
| test_control_flow || need to add while & if |
39+
| test_tuple || need tuples and tuple unpacking |
3940

4041

4142
## Supported Features

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /