Skip to content

haochuanwei/dynampy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dynampy

Stands for "dynamically organized Python program". In other words, specify what is about to be computed, store them as Callbacks, and organize such callbacks in an efficient manner that does not require low-level modification of your code.

Functionality

  • auto-detection of parallelizable computation
  • auto-handled parallelization

pytest

Tests should be put in the tests directory.

To run tests, go to the repo's home directory and run python -m pytest

About

Dynamic callbacks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published