Skip to content

fengsp/faster-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

##Write Faster Python Programs

Premature optimization is the root of all evil.   ----C.A.R.Hoare

##guide

  • Never optimize before the program produces the desired results.
  • Think twice if it is really worth before you make your code less readable for a speed gain.
  • Find out bottlenecks before doing anything.
  • Do not optimize with bugs.

About

Write Faster Python Programs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages