[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lynx-dev Possible Bug in Lynx 2.8.5-dev.15
From: |
Ilya Zakharevich |
Subject: |
Re: lynx-dev Possible Bug in Lynx 2.8.5-dev.15 |
Date: |
Fri, 2 May 2003 22:03:49 -0700 |
User-agent: |
Mutt/1.4i |
Thomas Dickey wrote:
The realloc is used to shrink storage requirements - IZ's comment
indicates it may be slow. If it's too slow, we should drop that
chunk of code altogether.
As the comment saiz, it is quadratic. In my testing it is 10000 times
slower on my huge test file; it also does not save memory (both with
EMX' malloc()).
The defined-out chunk is left in as a comment why easier-to-implement
approach won't work.
Hope this helps,
Ilya
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden
- Re: lynx-dev Possible Bug in Lynx 2.8.5-dev.15, (continued)
Re: lynx-dev Possible Bug in Lynx 2.8.5-dev.15, Thomas Dickey, 2003/05/01
Re: lynx-dev Possible Bug in Lynx 2.8.5-dev.15, Thomas Dickey, 2003/05/01
Re: lynx-dev Possible Bug in Lynx 2.8.5-dev.15, Patrick Ash, 2003/05/01
Re: lynx-dev Possible Bug in Lynx 2.8.5-dev.15,
Ilya Zakharevich <=