cyb70289 commented on a change in pull request #11896:
URL: https://github.com/apache/arrow/pull/11896#discussion_r765650779



##########
File path: cpp/src/arrow/csv/parser.cc
##########
@@ -184,6 +188,44 @@ class SSE42Filter {
   const BulkFilterType filter_;
 };
 
+#elif defined(ARROW_HAVE_NEON)
+
+// NEON filter: 8 bytes at a time, comparing with all special chars.
+// We could filter 16 bytes at a time but that actually decreases performance,
+// because the filter matches too often on mid-sized cell values.

Review comment:
       It's okay. Thank you.




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to