ddyok

Results 7 comments of ddyok

I'll certainly find this useful. Currently going over the code at TimeSeriesResampler because I need something similar...

> What version of Julia are you running ``` $ julia --version julia version 1.6.1 ``` > how did you implement the timer? I've added a: ``` using TimerOutputs to...

Oops, I've pasted the wrong line from another test program, updated comment.

Another question is whether the alloc part in the above TimerOutput being 2.30GiB is maybe part of the issue, or whether that is O.K.

> Unfortunately calc.jl is presented as a standalone script which means each time it is run from the command line julia goes through the whole compilation step. I see. >...

> running from a standalone script makes development a bit easier And a lot faster, of course. I've been playing around with a small ad hoc language, so any delay...

> one development process would be... Thanks for the suggestion. I'll do that. As an unintended product of this, I've actually added more test functions to save time and not...