Change #282053
| Category | None |
| Changed by | Daniel Stenberg <daniel@haxx.se> |
| Changed at | Thu 17 Sep 2026 14:42:25 |
| Repository | https://api.github.com/repos/curl/curl |
| Project | curl/curl |
| Branch | bagder/datename-scans |
| Revision | 3c83eb9760d5ca3843e3350f907aba8462b2a0b5 |
Comments
parsedate: find names and months faster Implements faster lookups for which specific week name and month name that is provided; without loops. With this applied, the dateparser perf test completes almost twice as fast for me. Add unit test 4781 to verify each parser.
Changed files
- lib/parsedate.c
- tests/data/Makefile.am
- tests/data/test4781
- tests/libtest/lib517.c
- tests/unit/Makefile.inc
- tests/unit/unit4781.c