|
|
|
|
|
by throwaway894345
1962 days ago
|
|
No doubt, but if your date parsing saves you 1 second per date parsed but each call into the faster library costs 2 seconds, then your performance actually suffers. The only way around this is to make a batch call such that the overhead is O(1). |
|