Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 654 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 654 Bytes

Ada-CPP

A drop-in replacement library for adapy created to improve performance using c++. The compilation and binding methods are based on the nanobind-minimal repo

Installation

Adacpp uses pixi.sh to handle dependencies and building the project.

Conda Build install

Build and test conda package

pixi run build

Local IDE development

The presets in the CMakePresets.json file are set to use the pixi build environment. So for local development, you can use the following commands:

pixi install -e build

Performance metrics

Todo