1 / 3
Jan 2009

I was getting TLE again and again with the tutrial TSHPATH problem.
The link kegel.com/java/wp-javaio.html1 advices me to make my own
custom reader class to avoid such problem(arising because of repetitively creating immutable string objects).
Please anyone help me for making my own custom reader class so that I can use it for rest of the heavy I/O opertaions.

  • created

    Jan '09
  • last reply

    Jan '09
  • 2

    replies

  • 160

    views

  • 2

    users

  • 3

    links

Well the class Parser was helpful for PALIN problem.
Earlier my best solution was around 1.58 and now it's around 1.20
WOW!!!! smile

But I have not yet tested it for TSHPATH. I would post the comment as soon as possible.

But can anyone comment on the Further Tuning article of kegel.com/java/wp-javaio.html;2
Is the Parser Class exact solution of the article?

Suggested Topics

Want to read more? Browse other topics in JAVA based languages or view latest topics.