GNU bug report logs -
#40407
[PATCH] slow ENCODE_FILE and DECODE_FILE
Previous Next
Reported by: Mattias Engdegård <mattiase <at> acm.org>
Date: Fri, 3 Apr 2020 16:11:01 UTC
Severity: normal
Tags: patch
Done: Mattias Engdegård <mattiase <at> acm.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
On April 5, 2020 5:37:03 AM GMT+03:00, Eli Zaretskii <eliz <at> gnu.org> wrote:
> > From: Mattias Engdegård <mattiase <at> acm.org>
> > Date: Sat, 4 Apr 2020 20:06:23 +0200
> > Cc: 40407 <at> debbugs.gnu.org
> >
> > 4 apr. 2020 kl. 19.37 skrev Eli Zaretskii <eliz <at> gnu.org>:
> >
> > > Btw, if we want this particular use case to be as fast as
> possible,
> > > then Fcopy_sequence is not the best way, because it is not
> optimized
> > > for the case of copying a single string. We could do better by
> > > calling make_uninit_multibyte/unibyte_string and memcpy directly.
> >
> > Yes, if that would provide a benefit. The pattern should probably be
> encapsulated in copy_string or similar, if it doesn't already exist.
>
> I wouldn't make it a separate function for the benefit of just one
> caller. Every function call is a slowdown, albeit a small one.
However, we already have those functions ready, see make_unibyte_string and make_multibyte_string.
This bug report was last modified 5 years and 91 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.