Since 6/2/2012 9:17:44 PM, nick_wakefield has written 3 articles and participated in 2 conversations. nick_wakefield signature: nick_wakefield
nick_wakefield's articles:
Items(3) /1
CharsetDecoder Performance, What is it doing?154 (12/2/2003 1:30:35 AM) comp.lang.java.programmer Hi, I'm profiling an application which processes large amounts of data and have noticed that 25% of the time is spent doing the decode of bytes into chars. I tried to find out what the actual code was behind c... nick_wakefield
SimpleDateFormat Slow, Looking to Build or Find Faster One1037 (9/15/2003 11:17:47 PM) comp.lang.java.programmer Hi, We are finding that SimpleDateFormat is pretty slow, if your trying to use it to pass millions of records. We improved upon it by added some caches in the code, if things like the Month was the same and so... nick_wakefield
How to escape > in XML/XSL112 (9/3/2003 7:59:56 PM) comp.text.xml I am trying to pass a piece of XMLthat has escaped characters e.g > into a new piece of XML. However when I pass it I don't want these characters escaped and want them to appear in the XML. Any ideas on how... nick_wakefield