While benchmarking purge, I found that ut_allocator allocations are unnecessarily slow.
About half of the allocation time is spent on looking up perfschema memory keys for corresponding to the source files (so called "auto" keys), the other half is spend on the actual malloc(). Performance schema was not even enabled in the test.
What the lookup function ut_new_get_key_by_file() currently does, it takes the value of _FILE_ passed down by the caller, strips the path, strips the extension, and looks up the result in the STL map
First, the string operations (strcmp/strchr/strrchr) are expensive. Second, if performance schema is OFF , this is just cycles now well spent.
A better solution would be
a) do not do any lookup if perfschema is OFF
b) if perfschema is ON, lookup integers, not the C style string. constexpr trickery can be applied to generate some kind of string hash, e.g djb2, for the basename_noext(_FILE_) already at compile time, and we use this for lookup, rather than strings.
{"report":{"fcp":778.8000000119209,"ttfb":181.80000001192093,"pageVisibility":"visible","entityId":88037,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":1,"journeyId":"e2c2ab63-24ac-4b17-bf75-c16a46ad6613","navigationType":0,"readyForUser":862.1999999880791,"redirectCount":0,"resourceLoadedEnd":890.6999999880791,"resourceLoadedStart":187.10000002384186,"resourceTiming":[{"duration":81.19999998807907,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2bu7/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":187.10000002384186,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":187.10000002384186,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":268.30000001192093,"responseStart":0,"secureConnectionStart":0},{"duration":81.39999997615814,"initiatorType":"link","name":"https://jira.mariadb.org/s/7ebd35e77e471bc30ff0eba799ebc151-CDN/lu2bu7/820016/12ta74/8679b4946efa1a0bb029a3a22206fb5d/_/download/contextbatch/css/jira.browse.project,project.issue.navigator,jira.view.issue,jira.general,jira.global,atl.general,-_super/batch.css?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true","startTime":187.30000001192093,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":187.30000001192093,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":268.69999998807907,"responseStart":0,"secureConnectionStart":0},{"duration":135.69999998807907,"initiatorType":"script","name":"https://jira.mariadb.org/s/fbf975c0cce4b1abf04784eeae9ba1f4-CDN/lu2bu7/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":187.60000002384186,"connectEnd":187.60000002384186,"connectStart":187.60000002384186,"domainLookupEnd":187.60000002384186,"domainLookupStart":187.60000002384186,"fetchStart":187.60000002384186,"redirectEnd":0,"redirectStart":0,"requestStart":187.60000002384186,"responseEnd":323.30000001192093,"responseStart":323.30000001192093,"secureConnectionStart":187.60000002384186},{"duration":211.9000000357628,"initiatorType":"script","name":"https://jira.mariadb.org/s/099b33461394b8015fc36c0a4b96e19f-CDN/lu2bu7/820016/12ta74/8679b4946efa1a0bb029a3a22206fb5d/_/download/contextbatch/js/jira.browse.project,project.issue.navigator,jira.view.issue,jira.general,jira.global,atl.general,-_super/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&locale=en&slack-enabled=true","startTime":187.69999998807907,"connectEnd":187.69999998807907,"connectStart":187.69999998807907,"domainLookupEnd":187.69999998807907,"domainLookupStart":187.69999998807907,"fetchStart":187.69999998807907,"redirectEnd":0,"redirectStart":0,"requestStart":187.69999998807907,"responseEnd":399.60000002384186,"responseStart":399.60000002384186,"secureConnectionStart":187.69999998807907},{"duration":215.19999998807907,"initiatorType":"script","name":"https://jira.mariadb.org/s/94c15bff32baef80f4096a08aceae8bc-CDN/lu2bu7/820016/12ta74/c92c0caa9a024ae85b0ebdbed7fb4bd7/_/download/contextbatch/js/atl.global,-_super/batch.js?locale=en","startTime":188,"connectEnd":188,"connectStart":188,"domainLookupEnd":188,"domainLookupStart":188,"fetchStart":188,"redirectEnd":0,"redirectStart":0,"requestStart":188,"responseEnd":403.19999998807907,"responseStart":403.19999998807907,"secureConnectionStart":188},{"duration":215.4000000357628,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bu7/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-en/jira.webresources:calendar-en.js","startTime":188.19999998807907,"connectEnd":188.19999998807907,"connectStart":188.19999998807907,"domainLookupEnd":188.19999998807907,"domainLookupStart":188.19999998807907,"fetchStart":188.19999998807907,"redirectEnd":0,"redirectStart":0,"requestStart":188.19999998807907,"responseEnd":403.60000002384186,"responseStart":403.60000002384186,"secureConnectionStart":188.19999998807907},{"duration":215.69999998807907,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bu7/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-localisation-moment/jira.webresources:calendar-localisation-moment.js","startTime":188.30000001192093,"connectEnd":188.30000001192093,"connectStart":188.30000001192093,"domainLookupEnd":188.30000001192093,"domainLookupStart":188.30000001192093,"fetchStart":188.30000001192093,"redirectEnd":0,"redirectStart":0,"requestStart":188.30000001192093,"responseEnd":404,"responseStart":404,"secureConnectionStart":188.30000001192093},{"duration":276.80000001192093,"initiatorType":"link","name":"https://jira.mariadb.org/s/b04b06a02d1959df322d9cded3aeecc1-CDN/lu2bu7/820016/12ta74/a2ff6aa845ffc9a1d22fe23d9ee791fc/_/download/contextbatch/css/jira.global.look-and-feel,-_super/batch.css","startTime":188.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":188.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":465.30000001192093,"responseStart":0,"secureConnectionStart":0},{"duration":215.69999998807907,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":188.60000002384186,"connectEnd":188.60000002384186,"connectStart":188.60000002384186,"domainLookupEnd":188.60000002384186,"domainLookupStart":188.60000002384186,"fetchStart":188.60000002384186,"redirectEnd":0,"redirectStart":0,"requestStart":188.60000002384186,"responseEnd":404.30000001192093,"responseStart":404.30000001192093,"secureConnectionStart":188.60000002384186},{"duration":276.69999998807907,"initiatorType":"link","name":"https://jira.mariadb.org/s/3ac36323ba5e4eb0af2aa7ac7211b4bb-CDN/lu2bu7/820016/12ta74/d176f0986478cc64f24226b3d20c140d/_/download/contextbatch/css/com.atlassian.jira.projects.sidebar.init,-_super,-project.issue.navigator,-jira.view.issue/batch.css?jira.create.linked.issue=true","startTime":188.80000001192093,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":188.80000001192093,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":465.5,"responseStart":0,"secureConnectionStart":0},{"duration":216,"initiatorType":"script","name":"https://jira.mariadb.org/s/3339d87fa2538a859872f2df449bf8d0-CDN/lu2bu7/820016/12ta74/d176f0986478cc64f24226b3d20c140d/_/download/contextbatch/js/com.atlassian.jira.projects.sidebar.init,-_super,-project.issue.navigator,-jira.view.issue/batch.js?jira.create.linked.issue=true&locale=en","startTime":188.9000000357628,"connectEnd":188.9000000357628,"connectStart":188.9000000357628,"domainLookupEnd":188.9000000357628,"domainLookupStart":188.9000000357628,"fetchStart":188.9000000357628,"redirectEnd":0,"redirectStart":0,"requestStart":188.9000000357628,"responseEnd":404.9000000357628,"responseStart":404.9000000357628,"secureConnectionStart":188.9000000357628},{"duration":550.3999999761581,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bu7/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-js/jira.webresources:bigpipe-js.js","startTime":189.9000000357628,"connectEnd":189.9000000357628,"connectStart":189.9000000357628,"domainLookupEnd":189.9000000357628,"domainLookupStart":189.9000000357628,"fetchStart":189.9000000357628,"redirectEnd":0,"redirectStart":0,"requestStart":189.9000000357628,"responseEnd":740.3000000119209,"responseStart":740.3000000119209,"secureConnectionStart":189.9000000357628},{"duration":675.6000000238419,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bu7/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-init/jira.webresources:bigpipe-init.js","startTime":194.19999998807907,"connectEnd":194.19999998807907,"connectStart":194.19999998807907,"domainLookupEnd":194.19999998807907,"domainLookupStart":194.19999998807907,"fetchStart":194.19999998807907,"redirectEnd":0,"redirectStart":0,"requestStart":194.19999998807907,"responseEnd":869.8000000119209,"responseStart":869.8000000119209,"secureConnectionStart":194.19999998807907},{"duration":263.9000000357628,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":477,"connectEnd":477,"connectStart":477,"domainLookupEnd":477,"domainLookupStart":477,"fetchStart":477,"redirectEnd":0,"redirectStart":0,"requestStart":477,"responseEnd":740.9000000357628,"responseStart":740.9000000357628,"secureConnectionStart":477},{"duration":178.80000001192093,"initiatorType":"script","name":"https://www.google-analytics.com/analytics.js","startTime":772.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":772.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":951.3000000119209,"responseStart":0,"secureConnectionStart":0},{"duration":94.80000001192093,"initiatorType":"link","name":"https://jira.mariadb.org/s/d5715adaadd168a9002b108b2b039b50-CDN/lu2bu7/820016/12ta74/be4b45e9cec53099498fa61c8b7acba4/_/download/contextbatch/css/jira.project.sidebar,-_super,-project.issue.navigator,-jira.general,-jira.browse.project,-jira.view.issue,-jira.global,-atl.general,-com.atlassian.jira.projects.sidebar.init/batch.css?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true","startTime":795.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":795.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":890.3000000119209,"responseStart":0,"secureConnectionStart":0},{"duration":85.19999998807907,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2bu7/820016/12ta74/e65b778d185daf5aee24936755b43da6/_/download/contextbatch/js/browser-metrics-plugin.contrib,-_super,-project.issue.navigator,-jira.view.issue,-atl.general/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true","startTime":796.3000000119209,"connectEnd":796.3000000119209,"connectStart":796.3000000119209,"domainLookupEnd":796.3000000119209,"domainLookupStart":796.3000000119209,"fetchStart":796.3000000119209,"redirectEnd":0,"redirectStart":0,"requestStart":796.3000000119209,"responseEnd":881.5,"responseStart":881.5,"secureConnectionStart":796.3000000119209},{"duration":93.79999995231628,"initiatorType":"script","name":"https://jira.mariadb.org/s/f51ef5507eea4c158f257c66c93b2a3f-CDN/lu2bu7/820016/12ta74/be4b45e9cec53099498fa61c8b7acba4/_/download/contextbatch/js/jira.project.sidebar,-_super,-project.issue.navigator,-jira.general,-jira.browse.project,-jira.view.issue,-jira.global,-atl.general,-com.atlassian.jira.projects.sidebar.init/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&locale=en&slack-enabled=true","startTime":796.9000000357628,"connectEnd":796.9000000357628,"connectStart":796.9000000357628,"domainLookupEnd":796.9000000357628,"domainLookupStart":796.9000000357628,"fetchStart":796.9000000357628,"redirectEnd":0,"redirectStart":0,"requestStart":796.9000000357628,"responseEnd":890.6999999880791,"responseStart":890.6999999880791,"secureConnectionStart":796.9000000357628}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":23,"responseStart":182,"responseEnd":187,"domLoading":185,"domInteractive":998,"domContentLoadedEventStart":998,"domContentLoadedEventEnd":1042,"domComplete":1277,"loadEventStart":1277,"loadEventEnd":1277,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":963.6999999880791},{"name":"bigPipe.sidebar-id.end","time":964.6999999880791},{"name":"bigPipe.activity-panel-pipe-id.start","time":964.9000000357628},{"name":"bigPipe.activity-panel-pipe-id.end","time":966.5},{"name":"activityTabFullyLoaded","time":1057.800000011921}],"measures":[],"correlationId":"7883764caa63cf","effectiveType":"4g","downlink":10,"rtt":0,"serverDuration":104,"dbReadsTimeInMs":18,"dbConnsTimeInMs":27,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}