Signals/Slots Improvements: Better and Faster
IntroductionLast time I presented basic work on my implementation of Signals/Slots which was thread safe, full-featured (well, is capable of being full-featured), and performed quite well. I had a...
View ArticleSignals3 Source Code and Performance Testing Update
IntroductionSince my last post on a fast thread-safe Signals/Slots implementation I've had to do a major re-write. The problem was that I had merged "slots" with nodes. This made implementing...
View ArticleDon't Throw Away your Common Sense
Just because you have a fancy computer machine, don't throw away your common sense. To find out why, just click this link: \(\sin(2 \pi x) = 0\)If Wolfram fixes this, here's a screenshot to savor this...
View ArticleExperimenting with Diodes and Non-Linear Curve Fitting
How much does a diode's characteristics actually diviate from diode to diode? I measured a small number of diodes, and then recovered the SPICE DC parameters. Due to the limitations of my equipment, I...
View ArticleFun with Finite Volume Methods part 1
This post is about how to view the world with advection-equation glasses for simulating computational fluid mechanics. I will be discussing how to derive the numerical flux of for a coupled set of...
View Article