Skip to content

styfenschaer/python-class-attribute-lookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-class-attribute-lookup

Why your choice of variable names can slow down your program - a deep dive into Python

This is the repository for my blog post Why your choice of variable names can slow down your program - a deep dive into Python. Everything needed to reproduce the results in the article is included in this repository. The only dependencies are numpy and matplotlib. You will have to build the C extension module yourself (make sure you have a C compiler installed). You can type the following command in the path of this directory.

python setup.py build_ext --inplace

After the build process is complete, you can use the module as you would any other Python module. The module named hashmod is used in the file hash_collison.py.

About

Why your choice of variable names can slow down your program - a deep dive into Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published