Skip to content

beaupletga/Python-or-Cython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cython_test

This just a (very) small comparison between Python and Cython for computing the Fibonacci suite and prime numbers.

  1. Fibonacci :

Python : 11.85 s Cython : 6.91e-6 s

Cython is 1e7 times faster than Python

alt text

  1. Prime numbers

Python : 21.82 s Cython : 3.08 s

Cython is 7 times faster than Python

alt text

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published