1. Re: Optimizatin (was Edom 2.02)

Robert McDougal writes:
> I don't know if I just ran out of memory (I only have 640K)
> but it ran a lot slower.  I wonder about the memory because
> it resorted to disk. Which also doesn't make sense.
> Robert -- Do multidimensional sequences take up a lot
> of memory as overhead?

There's some memory overhead on every sequence, (to
keep track of the length, the reference count etc)., so
multi-dimensional things will use a bit more memory,
but I think your main problem is the 640K of memory.
Euphoria will run small programs in 640K, but if you
start creating large sequences you will quickly force
Euphoria into using swap space, and you'll probably
run out of (virtual) memory completely before long.

I think Euphoria (ex.exe including DOS extender)
needs almost 500K to run, before even
loading your program. That leaves you with precious little
physical memory to work with.

Regards,
     Rob Craig
     Rapid Deployment Software

new topic     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu