Skip to content

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

Notifications You must be signed in to change notification settings

ML-Guy/functionoptimizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages