Iaroslav Postovalov

Results 53 issues of Iaroslav Postovalov
trafficstars

Generate DSL for MathML (by xsd here: https://www.w3.org/Math/XMLSchema/)

1. Messages printed by JMH are much more meaningful. 2. Making messages formats similar improves the library user's experience. Consider similar benchmark reports. The JMH one: ``` … space.kscience.kmath.benchmarks.ExpressionsInterpretersBenchmark.mstExpression Warm-up...

enhancement

It would be nice to have an option to pass command-line arguments to the actual `node` process used for benchmarks. My personal use-case is that I need to pass `--experimental-options...

enhancement

Support `@Setup(Level.Invocation)` on Native. Currently, `@Setup` has no parameters.

enhancement

1. x^2 -> x*x 1. x^3 -> x\*x\*x 1. x^(1/3) -> java.lang.Math.cbrt(x) 1. x^(1/2) -> java.lang.Math.sqrt(x) In all of these cases, invoking `Math.pow` is more expensive.

performance

There is a convention for libraries using ASM that its classes should be repackaged to prevent runtime incompatibilities. However, it is not very clear how to do this with Kotlin...

good first issue
misc

That would quite beautiful in the context of Jupyter. By the way, this is already partially available because there is possible conversion: MST -> SFun -> Kaliningraph Graph -> Graphviz...

good first issue
feature