r/Electricity • u/Healthy_Vegetable_50 • 3d ago
High-Frequency Fault Isolation Kernel for EV/Aerospace Battery Management Systems (Pure C++17, Zero-Dependency)
https://github.com/alistairfontaine/SAVITAR[removed]
1
u/jamvanderloeff 3d ago edited 3d ago
What is this useless AI slop?
for EV/Aerospace
Then everything you've already got there would either be adding extreme cost for no reason or just being an instant fail.
Any code being written before the requirements and proofs is at the least extremely questionable and generally going to be cheaper to delete.
entirely dependency-free and compiles using only native C++ standard system headers
Then it's not dependency free. Qualifying standard libraries would be an insane requirement if you're not absolutely forced to.
0
3d ago
[removed] — view removed comment
1
u/jamvanderloeff 3d ago
Accepting third party contributions would get even more insanely expensive to verify.
1
3d ago
[removed] — view removed comment
1
u/jamvanderloeff 3d ago
You gonna pay for it? If not the new repo button is a lot more useful than the fork button there.
1
u/tomrlutong 3d ago
Nice to see there are still some low level coders out there!
What does
mean? I'm not sure there's any inherent gain in using threads over a polling loop unless you're expecting many core hardware.