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
{{ message }}
This repository was archived by the owner on Dec 4, 2023. It is now read-only.
We should only have to pass in a buf to: avoid recreating buffers everytime, or we need a return value in the buf.
We should consider removing some of the passed in buf parameters for readability. It does not affect our FS performance since that is measured in disk accesses, and not in the amount of virtual memory we consume.
The text was updated successfully, but these errors were encountered:
int doSomething(int h, char *buf);
We should only have to pass in a buf to: avoid recreating buffers everytime, or we need a return value in the buf.
We should consider removing some of the passed in buf parameters for readability. It does not affect our FS performance since that is measured in disk accesses, and not in the amount of virtual memory we consume.
The text was updated successfully, but these errors were encountered: