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
PackageFS should use miniz directly and operate on a memory-mapped archive rather than opening the file on disk for every operation.
va should try to parse the input at compiletime to reduce vars, i.e. va("%s %u\n", __FUNCTION__, rand()) -> va("funcname %u\n", rand())
The text was updated successfully, but these errors were encountered:
PackageFS should use miniz directly and operate on a memory-mapped archive rather than opening the file on disk for every operation.
va should try to parse the input at compiletime to reduce vars, i.e.
va("%s %u\n", __FUNCTION__, rand()) -> va("funcname %u\n", rand())
The text was updated successfully, but these errors were encountered: