ompy
ompy is a Python library designed for optimizing numerical computations, particularly those involving NumPy arrays. It aims to accelerate these operations by leveraging techniques like Just-In-Time (JIT) compilation. The library focuses on making it easier for users to write performant numerical code without requiring extensive knowledge of low-level optimization or parallel programming.
The core idea behind ompy is to compile Python functions that operate on NumPy arrays into optimized
ompy can be used by decorating functions with specific ompy decorators. These decorators instruct ompy to compile