markrogoyski / math-php

Powerful modern math library for PHP: Features descriptive statistics and regressions; Continuous and discrete probability distributions; Linear algebra with matrices and vectors, Numerical analysis; special mathematical functions; Algebra
MIT License
2.33k stars 240 forks source link

Could math-php support KPHP? #439

Open zjsxwc opened 2 years ago

zjsxwc commented 2 years ago

The KPHP ( https://github.com/VKCOM/kphp ) project can compile a limited subset of PHP to a native executable binary. and we could get great performance from KPHP.

markrogoyski commented 2 years ago

Hi @zjsxwc,

Thanks for your interest in MathPHP.

I'm not familiar with KPHP. What doesn't work with it, and what changes, if any, would be required to support it?

Thanks, Mark