Alternatives to FastDateFormat for efficient date parsing?
Posted
by
Tom Tucker
on Stack Overflow
See other posts from Stack Overflow
or by Tom Tucker
Published on 2010-12-27T20:35:05Z
Indexed on
2010/12/27
20:53 UTC
Read the original article
Hit count: 189
Well aware of performance and thread issues with SimpleDateFormat
, I decided to go with FastDateFormat
, until I realized that FastDateFormat
is for formatting only, no parsing!
Is there an alternative to FastDateFormat
, that is ready to use out of the box and much faster than SimpleDateFormat
?
I believe FastDateFormat
is one of the faster ones, so anything that is about as fast would do.
Just curious , any idea why FastDateFormat
does not support parsing? Doesn't it seriously limit its use?
Thanks!
EDIT
Holy crap, I just left a comment and that literally REMOVED a good answer! This appears a serious bug on stackoverflow!
© Stack Overflow or respective owner