Opened 19 years ago

Last modified 19 years ago

#1454 closed Patch

filezilla server memory/speed optimization

Reported by: tropics Owned by:
Priority: normal Component: Other
Keywords: Cc: tropics, Tim Kosse
Component version: Operating system type:
Operating system version:

Description

the filezilla server makes two copies of a list in
GetNotifications(), which are thrown away shortly
afterwards.
the proposed patch swaps the list with an empty one
instead of copying&clearing it. a pass-by-reference
argument is used instead of using the return value to get
around the second copy.

Attachments (1)

patch4.diff (1.7 KB ) - added by tropics 19 years ago.
patch v1

Download all attachments as: .zip

Change History (2)

by tropics, 19 years ago

Attachment: patch4.diff added

patch v1

comment:1 by Tim Kosse, 19 years ago

Thanks, applied.

Note: See TracTickets for help on using tickets.