Thread (3 messages) flat view 3 messages, 2 authors, 2016-06-15

Re: [PATCH/RFC] Replace ce_namelen() with a ce_namelen field

From: Nguyen Thai Ngoc Duy <hidden>
Date: 2016-06-15 22:54:13

On Wed, Jul 4, 2012 at 4:18 PM, Thomas Gummerer [off-list ref] wrote:
Replace the ce_namelen() function in cache.h with a ce_namelen
field in struct cache_entry. This will both give us a tiny bit
of a performance enhancement when working with long pathnames
and is part of the refactoring for the index-v5 file format.
In the name of performance maybe you want to replace strlen(ce->name)
with ce_namelen(ce) or ce->ce_namelen. git-grep says there are three
occurrences, but you may want to relax the search a bit because it's
not always "strlen(ce->name)".
-- 
Duy
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help