On Thu, 21 Jan 2021 10:11:11 GMT, Eirik Bjorsnos
wrote:
>> By moving string splitting and concatenation into the canonizeString
>> utility, we can defer allocation until we determine that canonization is
>> required. This saves two string allocations and a string concat for the
>> common case
> By moving string splitting and concatenation into the canonizeString utility,
> we can defer allocation until we determine that canonization is required.
> This saves two string allocations and a string concat for the common case
> where canonization is not required.
>
> As a refactoring, mov
On Thu, 21 Jan 2021 09:48:50 GMT, Chris Hegarty wrote:
>> Eirik Bjorsnos has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> As a part of the rename from "canonize" to "canonicalize", doCanonize
>> should also be renamed. This was an oversi
> By moving string splitting and concatenation into the canonizeString utility,
> we can defer allocation until we determine that canonization is required.
> This saves two string allocations and a string concat for the common case
> where canonization is not required.
>
> As a refactoring, mov
On Wed, 20 Jan 2021 15:46:13 GMT, Eirik Bjorsnos
wrote:
>> By moving string splitting and concatenation into the canonizeString
>> utility, we can defer allocation until we determine that canonization is
>> required. This saves two string allocations and a string concat for the
>> common case
On Wed, 20 Jan 2021 15:46:13 GMT, Eirik Bjørsnøs
wrote:
>> By moving string splitting and concatenation into the canonizeString
>> utility, we can defer allocation until we determine that canonization is
>> required. This saves two string allocations and a string concat for the
>> common case
On Wed, 20 Jan 2021 15:34:21 GMT, Claes Redestad wrote:
>> eirbjo has updated the pull request incrementally with one additional commit
>> since the last revision:
>>
>> As a part of the rename from "canonize" to "canonicalize", doCanonize
>> should also be renamed. This was an oversight in
> By moving string splitting and concatenation into the canonizeString utility,
> we can defer allocation until we determine that canonization is required.
> This saves two string allocations and a string concat for the common case
> where canonization is not required.
>
> As a refactoring, mov
On Wed, 20 Jan 2021 15:32:13 GMT, Claes Redestad wrote:
>> eirbjo has updated the pull request incrementally with one additional commit
>> since the last revision:
>>
>> As a part of the rename from "canonize" to "canonicalize", doCanonize
>> should also be renamed. This was an oversight in
On Wed, 20 Jan 2021 15:25:18 GMT, eirbjo
wrote:
> By moving string splitting and concatenation into the canonizeString utility,
> we can defer allocation until we determine that canonization is required.
> This saves two string allocations and a string concat for the common case
> where canon
10 matches
Mail list logo