Search:

Type: Posts; User: aussiemcgr

Search: Search took 0.11 seconds.

  1. Re: What is the fastest and most efficient for 3 dimensional structures?

    When recreating this program, we are in-fact moving to a database to store the 16 sheets of data to reduce the amount of memory usage required. Unfortunately, we cannot move entirely over to a...
  2. Re: What is the fastest and most efficient for 3 dimensional structures?

    Well my largest obstacle is memory usage. I am in fact putting this data into an Excel document. Because of the size of the document this program will create (20 sheets and about 600 printable pages)...
  3. Re: What is the fastest and most efficient for 3 dimensional structures?

    By, "in order" I mean it is assumed the data will be inputted in order and will outputted in the same order. Basically, I am saying that there should not be a situation where I will be inserting data...
  4. What is the fastest and most efficient for 3 dimensional structures?

    If I have a 3 Dimensional Datastructure, where I am wanting to add to it in order and then later retrieve information from it in order, what data structure would I want to use?

    Each dimension of...
Results 1 to 4 of 4