Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

functionoptimizer

Optimization library for functions. It aggregates available optimisations tools like numba jit, function caching etc.

Features:

  • Numba JIT
  • Function caching
    • Dict based - hermes backend
    • Redis based - hermes backend
    • disk caching - Diskcache backend
  • parallelization support
  • Profiling
    • Time
    • Code/lineprofiler
    • cprofiler
    • memory profiler
  • Debug
    • pdb/wbd
    • pdb always or on Exception
    • Dump input and output
  • Global config - for debug,profiling and optimisations

Requirement

  • sudo apt-get install mercurial
  • redis

About

Optimization library for functions. It aggregates available optimisations tools like numba jit, function caching etc.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages