Tips for code porting to MC

xbury.cs at clearstream.com xbury.cs at clearstream.com
Tue Oct 29 09:24:01 EST 2002


Hi Guys,

Im porting a rather large neural network (NN) program written in C++ to
Metacard to do some stats...

Im looking for tips regarding porting variable redirection (pointers and
pointers to pointers) 
and c-style struct variables. The key to porting these is speed as NN
require speed and ease of
scripting as MC is all about that!

 for example:
  how do you port x[a][b] = item b of line a of x
  But this proves extremely slow once you reach a>1000...
 
  what about 
  p->x->b[i]

  so far the best I found (without much searching I admit) is 
  p_x_b[i]

 but what of 
p->x[a]->b

Im looking for any good schemes you may propose!

Thanks in advance for any help!
Xavier
http://monsieurx.com - incoming metacard section... my site is back! ;))


Visit us at http://www.clearstream.com
                                                          
IMPORTANT MESSAGE

Internet communications are not secure and therefore Clearstream International does not accept legal responsibility for the contents of this message.

The information contained in this e-mail is confidential and may be legally privileged. It is intended solely for the addressee. If you are not the intended recipient, any disclosure, copying, distribution or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. Any views expressed in this e-mail are those of the individual sender, except where the sender specifically states them to be the views of Clearstream International or of any of its affiliates or subsidiaries.

END OF DISCLAIMER



More information about the metacard mailing list