ivlevAstef / DITranquillity

Dependency injection for iOS (Swift)
MIT License
421 stars 32 forks source link

Rewrite checkGraphCycles #152

Closed patskovn closed 4 years ago

patskovn commented 4 years ago

Speed up: Old large graph cycle check time: 543.079 sec New, same graph: 55.283 sec

Reduce cycles in logs: currently cycles could show in logs not once (2,3, etc. times). Now single graph will be showed once

ivlevAstef commented 4 years ago

Пускай повисит - напоминает мне о проблемах этой функции...

ivlevAstef commented 4 years ago

Speed up: Old large graph cycle check time: 543.079 sec Pull request, same graph: 55.283 sec Version 4.1.0 - less 1 sec :)