in Alfresco version 1.3, I had found a performance issue in the buildAssociation() method of ChildAssocImpl.java
when call parentNode.getChildAssocs().add(this);, it will cost much more time when create user account, and this cost time grow linear when user account grow.