You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by GitBox <gi...@apache.org> on 2022/08/03 15:00:06 UTC

[GitHub] [arrow-nanoarrow] lidavidm commented on issue #11: Inline performance-sensitive functions and their dependencies

lidavidm commented on issue #11:
URL: https://github.com/apache/arrow-nanoarrow/issues/11#issuecomment-1204065088

   I don't think you need to split up the headers, just 
   
   ```c
   /// \brief Docstring...
   inline ArrowErrorCode ArrowBufferAppend() {
     // Definition...
   }
   ```
   
   directly in the header and continue as usual.
   
   If having definitions inline is messy, you could still split the declaration and definition (and then shunt all the definitions to the bottom)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org