Is your feature request related to a problem? Please describe.
An addition and multiplication aggregation for extremely large arrays should be available through the native library. The JVM garbage collector is far from ideal for this type of task. Can be better managed in C directly.
Is your feature request related to a problem? Please describe.
An addition and multiplication aggregation for extremely large arrays should be available through the native library. The JVM garbage collector is far from ideal for this type of task. Can be better managed in C directly.