On 10/19/11 16:54, Robert Cimrman wrote:
> On 10/18/11 22:13, Ralf Gommers wrote:
>> On Tue, Oct 11, 2011 at 4:59 PM, Robert Cimrman wrote:
>>
>>> Hi,
>>>
>>> I have now spent several hours hunting down a major slowdown of my code
>>> caused
>>> (apparently) by using config.add_library() for a re
On 10/18/11 22:13, Ralf Gommers wrote:
> On Tue, Oct 11, 2011 at 4:59 PM, Robert Cimrman wrote:
>
>> Hi,
>>
>> I have now spent several hours hunting down a major slowdown of my code
>> caused
>> (apparently) by using config.add_library() for a reusable part of C source
>> files instead of just co
On Tue, Oct 11, 2011 at 4:59 PM, Robert Cimrman wrote:
> Hi,
>
> I have now spent several hours hunting down a major slowdown of my code
> caused
> (apparently) by using config.add_library() for a reusable part of C source
> files instead of just config.add_extension().
>
> The reason of the slow
Hi,
I have now spent several hours hunting down a major slowdown of my code caused
(apparently) by using config.add_library() for a reusable part of C source
files instead of just config.add_extension().
The reason of the slowdown was different, but hard to discern, naming of
options and silen