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 code is poor in terms of memory allocation. A static-sized allocation of 1000000 is currently used to ensure no leaks, however this is wasteful. It would be better if some dynamic system was put in place.
The text was updated successfully, but these errors were encountered:
Currently the code is poor in terms of memory allocation. A static-sized allocation of 1000000 is currently used to ensure no leaks, however this is wasteful. It would be better if some dynamic system was put in place.
The text was updated successfully, but these errors were encountered: