| Subject: Re: Performance question for Xavier |
Author: GuiOm |
Date: 10/21/2004 12:16 |
| | I checked more the XH_uninit function and saw that most of
time is wasted doing
if (back) {
for (i=0;i<back_max;i++){
back_delete(&opt,&cahce,back,i);
}
freet(back);
}
Is this really necessary? How could I optimize this delete?thank you | |
|
|
|
|
9
Created with FORUM 2.0.11