RedApparat / Fotoapparat

Making Camera for Android more friendly. 📸
Apache License 2.0
3.81k stars 405 forks source link

Remove lazy delegates where they aren't needed #349

Closed ansman closed 5 years ago

ansman commented 5 years ago

Using lazy create an extra field, requires synchronization and causes primitives to be boxed. It shouldn't used if the operation is O(1) and doesn't require a lot of allocations.