home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / lang / c / 20333 < prev    next >
Encoding:
Text File  |  1993-01-28  |  1.5 KB  |  30 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!europa.eng.gtefsd.com!emory!gatech!hubcap!ncrcae!ncrhub2!ncrgw2!psinntp!ctp!mvarg
  3. From: mvarg@ctp.com (Michael Vargo)
  4. Subject: Performance question
  5. Message-ID: <1993Jan28.151201.12690@ctp.com>
  6. Organization: Cambridge Technology Partners
  7. Date: Thu, 28 Jan 1993 15:12:01 GMT
  8. Lines: 20
  9.  
  10. Hello,
  11.         I would like to throw this question on the table...
  12.  
  13. If I had a string with a format like "data1|data2|data3|data4|data5|...etc."
  14. and it's **HUGE**, what do you think the FASTEST way is to extract the
  15. data and put it into an array of strings....Any help is appreciated....
  16.  
  17. #------------------------------------------------------------------#
  18. # Michael Vargo                      II  Internet: mvarg@ctp.com   #
  19. # Cambridge Technology Partners - LA II  ICBMnet:  33.55 N         #
  20. # 310-606-0952                       II           118.25 W         #
  21. # 310-606-0933 - FAX                 II                            #
  22. #------------------------------------------------------------------#
  23. # |\/\/\/| # "A spirit with a vision... is a dream with a mission" #
  24. # |      | # "I was lined up for glory, But the tickets sold out   #
  25. # |   0 0) #______________ in advance."                            #
  26. # C      _) Hey, dude!   #                                         #
  27. #  | ,__| He's Mike V.,  #______    "Be cool or be cast out..."    #
  28. #  |  /   Who the hell are you?#                                   #
  29. #------------------------------------------------------------------#
  30.