Hi Bram, On Fri, Oct 14, 2022 at 5:08 AM Bram Moolenaar <[email protected]> wrote:
> > > The grow buffer is allocated and freed for each quickfix entry. This > > is inefficient. Reuse the same grow buffer across all the entries. > > Thanks, I'll include it. > > Perhaps the buffer should be cleared once an operation is done, e.g. > when it uses more than 300 bytes of memory. > > > I have created PR #11379 to free the grow array buffer after use if it uses more than 2K bytes of memory. - Yegappan -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/CAAW7x7nBoB-r8rVZ6L7QS2xLumvSpU2J%3DC%3DvyyDGGa39mMDGKg%40mail.gmail.com.
