A
Aaron
is it faster, performance-wise to use as fewer
libraries/namescape(?not sure wht they are called. ie using System.IO)
as possible?
i wrote a program that has about 3000 lines of code, and there's only
one function that needs to do some xml-like string manipulation. It'd
be easiest to use one of the functions from the System.Xml namescape,
but I don't how that will affect my program's performance and size. or
i can write a function with regex, takes a lot more work.
Thanks in advance
Aaron
libraries/namescape(?not sure wht they are called. ie using System.IO)
as possible?
i wrote a program that has about 3000 lines of code, and there's only
one function that needs to do some xml-like string manipulation. It'd
be easiest to use one of the functions from the System.Xml namescape,
but I don't how that will affect my program's performance and size. or
i can write a function with regex, takes a lot more work.
Thanks in advance
Aaron