txjmb

Results 12 comments of txjmb

Some sort of time scaffolding function would work well. For instance, "scaffold to 5-second generated time series". You would then have options like "interpolate" leave null or whatever for missing...

As always, thank you for your help. I did look into the c_include code and saw the extern "C" wrapping, which makes sense. I think we've narrowed down the behavior...

Thank you for digging into this. Yes, this is the .map file. I made an incorrect assumption it was rootcling. Seems like any workaround would be a helpful improvement in...

Thank you so much for looking into this so quickly. Sounds like maybe there's a way forward on this? If I can help in any way, please let me know....

One additional thing we would want to do besides connecting the websocket with the "includeIntitialValues" flag is to do a simple query first to determine size of the CircularDataFrame and...

I spent some time working on this and finally decided it was going to be a pain, so I switched gears and redid the whole thing in CPPYY instead of...

So far, performance is great. The only performance penalty that I know of is on startup--it takes a couple of seconds to compile. Going to cppyy will make it much...

Update... having issues getting the Master example to work properly. As soon as I get that working, I will publish the repo.