As others have mentioned, it's not actually that performant. The matrix solve is about as fast as a single threaded solution can do, but the problem is parallelizable. There are a number of GPU implementations and I have even heard of offloading the matrix solve to an FPGA, though without unified memory a lot of the gains are irrelevant.
Even if you avoid most of the numerical code initially, the interface in the original spice core is a mess of string handling and building a custom shell experience. There are tricks like setting the upper bit of every byte to 1 when inside quotes so that the custom shell history matching skips over things in quotes. Very elegant for the time, but now that means if you want nodes with non ascii names you're either keeping a mapping outside or using utf-7.
Another great example is the expression parsing. There was a long standing bug where the expression parser leaked ~160 bytes for every step of an output expression for every timestep. So for example, if you had "($2 * 4) + 1" as an expression and ran a simulation for 10,000 timesteps you'd leak 8M bytes.
The spice core that ngspice is built off is terrible code. It has a long history going back to 1970s era fortran. Starting fresh is probably preferable
Not to mention, lots of places have time of use electricity pricing which makes it even worse. This is the problem with running my heatpump when its cold, some of the coldest times (right before dawn) coincide with peak time-of-use prices
I have a kobo. The firmware is absolutely terrible. Somehow it's gotten itself to a state where it doesn't detect books that are added to the device, even after fully reseting the hardware
It’s probably more performant. Chart.js isn’t designed for a ton of data and we recommend sampling before visualization . We have a builtin plugin that does a form of min/max sampling to retain peaks but cut down on the amount of data points drawn
Maybe this will work on the weekends, but in general V2X (or the older V2G ideas) are just a dumb concept. No driver wants to go out to their car and find that it has no charge because they didn't plan their trip ahead of time. The value of a vehicle is that you can use it whenever it's needed
Generally that's why the soft skills questions generally want a response in a STAR (situation, task, action, result) format. It's a lot harder to lie about a story and keep yourself consistent through a back and forth.
Government backed SSO is probably how this ends up. I suspect we get to it because it also solves the election influencing issues that western democracies are seeing
I assume you don’t have kids because as the parent of a toddler this is a terrible idea. The last thing a toddler needs is AI hallucinations “teaching” them
Maintainer of chart.js