Hi Chrisp,
I saw the Skip List, and I will integrate with the other data structures (if
you aggree on it) so we can use it when needed. About the XNet DB Loader just
one thing, as a guideline. Do not propagate Structs arround, if you need to
use them internally for direct loading from the disk (as it is used in the
Network Library, fine... but under no circunstance let them propagate away
from the class that they serve. There are several reasons for that, that if I
dont remember wrong I had already explained before in the programming forum or
the mailing list.
If you have any further question, just send a mail to the list.
Greetings
Red Knight
>
> Hey everyone,
>
> Sorry I've been out of touch for so long. I've been busy moving
> and w/ a new job. I haven't had much time to work on the XNet
> db loader during the past few weeks, so I figured I should go
> ahead and post the header files as they are. So.. here are the
> header files w/ some basic documentation. I used my own string
> class, which should definitely be changed. I also used my Skip
> List. Which can be changed also. The files are attached. Let me
> know what changes should be made. I'll try and set aside some
> time to get this done. :)
>
>
> -chrisp
|