Jason Turner

Results 167 comments of Jason Turner

double dispatched std::visit with overloads is amazing, but if you get beyond 5 different types in each variant you get some serious compile time explosion to worry about

I feel like this would be best as a [fill in the blank] episode, so we can talk about the generic application of coroutines. Hopefully with a language that has...

I've actually planned and recorded this episode at least once, but have never been happy with the results.

Wow, I don't think I can do this one. I've literally never once used C++/CLI

Reference to existing episode on this topic: https://youtu.be/L06nbZXD2D0

Is this a duplicate of, or should be merged with #26 ?

```cpp processTemp(data[state->index1][state->index2]->temp); processHumidity(data[state->index1][state->index2]->humidity); processPressure(data[state->index1][state->index2]->pressure); ```

Good idea, I had forgotten about this tool after I got comfortable with just browsing the flame graphs

I think we could discuss this. I think it would be best if we had some existing open source project to start from.

I've tried to build OpenWatcom myself and either never made a successful build or didn't understand how to use the tools that were built - so some sort of guide...