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.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ Conclusion
90
90
91
91
In conclusion, Cython offers a powerful way to combine the convenience of Python with the performance benefits of C. By writing code that leverages Cython's compilation capabilities, Python developers can achieve faster execution times for computationally intensive tasks.
92
92
93
-
This repository serves as a proof of concept, showcasing the potential speed improvements that Cython can bring to Python code. We encourage you to explore the code provided and dive deeper into the world of Cython to harness its performance benefits for your own projects.
93
+
This repository serves as a proof of concept, showcasing the potential speed improvements that Cython can bring to Python code. I encourage you to explore the code provided and dive deeper into the world of Cython to harness its performance benefits for your own projects.
0 commit comments