This directory contains Architecture Decision Records (ADRs) for numpy-node.
An ADR is a document that captures an important architectural decision made along with its context and consequences.
| ADR | Title | Status |
|---|---|---|
| 0000 | ADR Template | - |
| 0001 | Use Native C++ Backend with N-API | Accepted |
| 0002 | Platform-Specific BLAS/LAPACK Backends | Accepted |
| 0003 | Row-Major Memory Layout | Accepted |
| 0004 | CPU-Based Computation (No GPU) | Accepted |
| 0005 | NumPy Compatibility Policy | Accepted |
| 0006 | Platform-Specific Package Distribution | Accepted |
- Copy
0000-template.mdtoXXXX-title.md(next sequential number) - Fill in the template sections
- Update this README with the new ADR
- Submit a PR for review