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

Change #282053

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