etseidl opened a new issue, #6203: URL: https://github.com/apache/arrow-rs/issues/6203
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** #6159 added support for using `BYTE_STREAM_SPLIT` with `FIXED_LEN_BYTE_ARRAY` primitive types. While some effort was put into optimizing the encoding path, the decoding path is largely unoptimized (and seemingly quite slow). It would be nice to have some benchmarks for the new encodings to guide future optimization efforts. **Describe the solution you'd like** Benchmarks for `Float16/FIXED_LEN_BYTE_ARRAY(2)` and `DECIMAL/FIXED_LEN_BYTE_ARRAY(16)` would be a good start for some likely to be used data types. **Describe alternatives you've considered** <!-- A clear and concise description of any alternative solutions or features you've considered. --> **Additional context** See https://github.com/apache/arrow-rs/pull/6159#discussion_r1702333489 and following. -- 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]
