Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #282079

Category curl
Changed by Daniel Stenberg <danielohnoyoudont@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