nhibernate-core icon indicating copy to clipboard operation
nhibernate-core copied to clipboard

NH-3777: Replaced NHibernate.Loader.TopologicalSorter by a more performant impl...

Open TAkkerman opened this issue 9 years ago • 4 comments

...ementation.

  • Because of a slight change in the (internal) Interface of TopologicalSorter, JoinWalker had to be adjusted (note that the removed parameter i was identical to the return value for the current use of the sorter)

TAkkerman avatar Apr 16 '15 13:04 TAkkerman

Well, it seems that the topological sort itself was alright, but there must be more restrictions on the order than those that are exposed to the sort algorithm. Will try to update to a variant that matches to the order the old algorithm produces when there are multiple valid solutions.

TAkkerman avatar Apr 16 '15 16:04 TAkkerman

Hi @TAkkerman, can you please enable Allow edits from maintainers feature?

hazzik avatar Feb 12 '17 12:02 hazzik

'allow edits from maintainers' should be active now.

TAkkerman avatar Feb 13 '17 09:02 TAkkerman

@TAkkerman I've force pushed with rebase on top of master. I've cleaned up indents & namings.

hazzik avatar Feb 13 '17 10:02 hazzik