mirror of
https://github.com/go-gitea/gitea.git
synced 2025-03-30 05:21:40 +08:00

The current LDAP sync routine has order n^2 efficiency. This change reduces this to order n.log n. Signed-off-by: Andrew Thornton <art27@cantab.net>