Re: [elinks-dev] [patch] string code optimization

2009-06-09 Thread Andrea Taverna
Miciah Dashiel Butler Masters ha scritto: > It looks like the only code that uses add_quoted_to_string is the > options saving code and the options manager (via the write() callbacks > in the options_types structure), and saving with config.saving_style = 1 > is already instantaneous for me, so it

Re: [elinks-dev] [patch] string code optimization

2009-06-07 Thread Miciah Dashiel Butler Masters
On 06/07/2009 02:41 PM, Andrea Taverna wrote: > Hi, > > I made a tiny change to string-related code in src/utli/string.c and > /src/util/conv.c, following Pasky's TODO comments regarding > optimization. Below there's the related diff output. > > I feel a bit embarrassed for asking. Since this i