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
A name next to a task means it is being worked on by someone, no name means whoever finished the previous task they worked on can move on to any of the open tasks
Start using frg::string instead of C style strings.
Slab allocator (or any other heap allocator for small allocations, mainly thinking about using that for frigg atm)
General cleanup: (Ideally this should be completed before moving on)
Start removing STL components and replace them with their frigg equivalent (Unless an allocator is needed since we have none for small sized allocations yet)
The text was updated successfully, but these errors were encountered:
A name next to a task means it is being worked on by someone, no name means whoever finished the previous task they worked on can move on to any of the open tasks
General cleanup: (Ideally this should be completed before moving on)
The text was updated successfully, but these errors were encountered: