Skip to content

NH-3777 - Improve performance of NHibernate.Loader.TopologicalSorter #876

Open
@nhibernate-bot

Description

@nhibernate-bot

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions