Change #282079
| Category | curl |
| Changed by | Daniel Stenberg <daniel@haxx.se> |
| Changed at | Thu 17 Sep 2026 22:18:29 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | e7f76c782b06ab6af9eb1f256a8d681d7fa13b7c |
Comments
parsedate: find day names, months and time zones faster Implements faster lookups for which specific week name, month name and time zone 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. Closes #22981
Changed files
- lib/parsedate.c
- tests/data/Makefile.am
- tests/data/test4781
- tests/libtest/lib517.c
- tests/unit/Makefile.inc
- tests/unit/unit4781.c