Open
Description
Thorsten Akkerman created an issue — 16th April 2015, 12:42:32:
The NHibernate.Loader.TopologicalSorter implemented as a part to solve NH-2703 has a bad performance for cases with a rather large number of nodes and no edges. (It creates an n * n Matrix using a two-dimensional Array and always eliminates the first row and column by moving the Contents of the Array until the Matrix is empty)
Thorsten Akkerman added a comment — 16th April 2015, 13:15:04:
Pull Request created: #419