You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the compiler is using headers heavily to write a lot of implementation. This makes the development of code faster but compilation times longer. Should we think about splitting our code into header/implementation soon which might help compilation times.