Software /
code /
prosody
Comparison
certs/openssl.cnf @ 12040:337b489532b7
util.format: Optimize most common integer format
A search for log formats in use points to %s being the most common,
followed by %d, so worth having a fast path for that. %g works well with
most numbers and is what Lua 5.1 and 5.2 used
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 13 Dec 2021 16:38:33 +0100 |
parent | 6922:e0672860d208 |
child | 12604:bd9e006a7a74 |
comparison
equal
deleted
inserted
replaced
12039:e0a8c5b1ab4f | 12040:337b489532b7 |
---|