mirror of
https://github.com/araddon/dateparse.git
synced 2025-10-03 10:42:02 +08:00
Benchmark tests for DateParse
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
Go Date Parser
|
||||
---------------------------
|
||||
|
||||
Parse Any date format without knowing format in advance.
|
||||
Parse Any date format without knowing format in advance. Uses
|
||||
a Scan/Lex based approach to minimize shotgun based parse attempts.
|
||||
See bench_test.go for performance comparison.
|
||||
|
||||
|
||||
|
||||
|
||||
```go
|
||||
|
Reference in New Issue
Block a user