Alternatives to FastDateFormat for efficient date parsing?
- by Tom Tucker
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!