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
For example, the user could provide a "read" callback function pointer that the library uses in place of memcpy. This would allow users reading directly from a socket or file to avoid first reading to a buffer and then having us do another copy into the parsed structure.
Replace memcpy with something less expensive.
The text was updated successfully, but these errors were encountered: