Netflix / msl

Message Security Layer
Apache License 2.0
716 stars 79 forks source link

Initialize cyclic dependencies once instead of every time. #272

Closed wmiaw closed 6 years ago

wmiaw commented 6 years ago

Initialize cyclic dependencies early (but lazily) and once at module scope instead of every time in function scope, for a performance improvement.