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
and if pos is NULL we dont add any. Otherwise we append the positions to the array. This should reduce the amount of malloc and realloc we need to call for more complex queries.
Also it should result in more streamlined code
The text was updated successfully, but these errors were encountered:
new signature. Rather than having
lets do
and if pos is NULL we dont add any. Otherwise we append the positions to the array. This should reduce the amount of
malloc
andrealloc
we need to call for more complex queries.Also it should result in more streamlined code
The text was updated successfully, but these errors were encountered: