Performant BOM explosion
Lars Johansson
lasse at 11dim.se
Mon Apr 14 14:58:45 UTC 2025
On Monday, 14 April 2025 at 14:30:33 UTC, Rene Zwanenburg wrote:
>
> That will give you an AA that can be used to recursively walk
> through the BOM with decent enough performance.
Thank you, all new concepts for me.
By the way today I have a working PHP script run in 10 parallel
lines, bouncing loads of SQL between the app and DB server, this
is part of a large framework. I had to rewrite this into a stand
alone python script, while doing this I got the idea to move the
heavy lifting from the DB server to an in memory procedure in the
app server for that I need a fast program. I started by looking
at FASM but that would take to long time to develop, then I
looked at RUST that would probably take even longer time. I
decided to give D a chance. I'm far from sure it will be faster
than the PHP/MySQL procedure. But I will use your suggestions to
see where it leads me. Tanks again.
More information about the Digitalmars-d-learn
mailing list