Hacker News new | ask | show | jobs
by coldcode 4675 days ago
Why not see what sqlite is doing and do something in C yourself that solves the actual problem. It's not surprising that a general purpose Obj-C (or any language) class isn't terribly fast at one specific thing.
1 comments

Yeah that would probably be the way to go ultimately if you're doing a lot of date parsing, I agree!