 | | Re: MPD file loading search order
|
|
(...) Probably. As I was reading the thread it was *loading* the MPD file that was considered two-pass, and my algorithm is definitely only one-pass for that (and no extra fixups after reading it all). OTOH, if the file should be rendered on screen (...) (20 years ago, 27-Jul-06, to lugnet.cad.dev)
|
| |
 | | Re: MPD file loading search order
|
|
(...) Don't know about that, source-wise (all my work projects are still Delphi, Win32 only). In .NET you definitely don't have to care about the language an assembly was written in, you just use it. (...) If that is your work development system, I (...) (20 years ago, 27-Jul-06, to lugnet.cad.dev)
|
| |
 | | Re: MPD file loading search order
|
|
(...) I suspect there's two definitions of "pass" at work here. I would consider a two pass algorithm to be anything requiring two loops (which we must have either way as their is no reference order specified in MPDs). Another way of considering it (...) (20 years ago, 27-Jul-06, to lugnet.cad.dev)
|
| |
 | | Re: Grööving Röböt
|
|
Hi Brian, (...) the music or the fish? (...) behind all that Javascriptery. Jürgen (20 years ago, 27-Jul-06, to lugnet.robotics.nxt)
|
| |
 | | Re: MPD file loading search order
|
|
(...) Actually I can't get my head around 'searching for a file in the cache' as equivalent to 'do a second pass of the source file'. Every part is searched for in the cache. Each source line is only read and parsed once. What am I not (...) (20 years ago, 26-Jul-06, to lugnet.cad.dev)
|