Guillaume Lathoud

Results 3 issues of Guillaume Lathoud

Below, why is `get_mean_stddev bound` to an external function using transfun's current implementation? ```js var get_mean = tfun.redinit( '0', '+' ).next( '/n' ) , get_stddev = tfun .decl( 'mean_value', get_mean...

Reason: not so interesting for a simple use case, where `ldc2 -O` is already doing a great job to optimize map/filter etc.: https://github.com/glathoud/transfun/tree/master/misc/d_performance_feasability *but* there could be more interesting, slightly...