JasperFx / lamar

Fast Inversion of Control Tool and Successor to StructureMap
https://jasperfx.github.io/lamar
MIT License
563 stars 118 forks source link

Topological sort performance boost #339

Closed zcacmjw closed 1 year ago

zcacmjw commented 2 years ago

Use O(1) HashSet.Contains rather than O(n) List.Contains to speed up compile on large dependency graphs

jeremydmiller commented 1 year ago

ZOMG I'm sorry this took so long to get in. Thank you!