Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Jul 2019 00:03:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 236815] devel/glib20: loops over all possible file descriptors
Message-ID:  <bug-236815-6497-XvtKC5ztra@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-236815-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-236815-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236815

Peter Niitenberg <peter.niitenberg@pontech.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |peter.niitenberg@pontech.eu

--- Comment #6 from Peter Niitenberg <peter.niitenberg@pontech.eu> ---
Created attachment 205914
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D205914&action=
=3Dedit
patch against glib20 in ports.

Hi,

while trying to understand why the performance of xfce4 (especially
xfce4-appfinder) was poor on my system I discovered the same bug as the
reporter of thuis bug. I created the attached patch to test whether I could=
 get
any significant performance gains by using the sysctl api to enumerate file
descriptors.=20

Before patch:
  - start time of xfce4-appfinder >3s.

After patch:
  - start time of xfce4-appfinder <1s (instant).

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-236815-6497-XvtKC5ztra>