Tobias Hermann

Results 105 comments of Tobias Hermann

Cool. Thanks for taking care of this.

Hi, and thanks for the interesting question! :slightly_smiling_face: I don't have a solution at hand, but I'll think about it and get back to you.

Could you explain in a bit more detail what you'd like to archive (or maybe show a minimal example in Haskell)? Do you want `func` to not be called at...

> I would like the logging failed information to be transported in addition to the result. Ok, so if I understand correctly, no matter if the logging fails or not,...

So if I understand correctly, assuming somebody installs fplus like the following on a normal Ubuntu ```bash git clone https://github.com/Dobiasd/FunctionalPlus cd FunctionalPlus mkdir build cd build cmake .. make sudo...

> Or maybe I'm missing something here? Oh yes, I did. :grimacing: Just because the example code of a library uses `#include ` does not mean that it would install...

Thanks. :heart: Yeah, I now understand the problem, and I don't like it either. But currently, I'm just way too scared of support hell opening up for me in the...

> My suspicion would be the model being evaluated from finish to start and isn't caching any of the intermediate results and recomputing every value every time (which would be...

Sorry, I'm not sure I understand correctly. So when using larger input vectors, you again have a performance problem with frugally-deep, or not?

> Wow, thanks I have never seen that crazy of a speed up between -g and -03, issue resolved! Yeah, Frugally-deep and especially FunctionalPlus, which is used, rely heavily on...