Shekharrajak commented on PR #2991:
URL:
https://github.com/apache/datafusion-comet/pull/2991#issuecomment-3776209362
Tried with and without memchr and looks like memchr improves performance :
```
Implementation │ Spark (ms) │ Comet (Scan+Exec) │ Speedup │
├──────────────────────────┼─────────────┼─────────────────────┼──────────┤
│ WITH memchr (current) │ 1336 (1.0X) │ 826 ms │ 1.6X │
│ WITHOUT memchr │ 1341 (1.0X) │ 1469 ms │ 0.9X
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]