Re: [Freeipa-devel] [PATCH] Improve performance of get_group_sids()

2012-07-13 Thread Simo Sorce
On Tue, 2012-07-10 at 23:04 +0200, Sumit Bose wrote: Hi, the following two patches are the first step to fix https://fedorahosted.org/freeipa/ticket/2881. Unit tests with time measurements are added and the performance of the get_group_sids() function is improved by an order of magnitude.

[Freeipa-devel] [PATCH] Improve performance of get_group_sids()

2012-07-10 Thread Sumit Bose
Hi, the following two patches are the first step to fix https://fedorahosted.org/freeipa/ticket/2881. Unit tests with time measurements are added and the performance of the get_group_sids() function is improved by an order of magnitude. The caching of the LDAP results is still missing. I will