Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / gil / test / core / channel / TODO.md
1 # Channel TODO
2
3 Issues and questions related to implementation, testing, etc. of channel:
4
5 - Provide algorithm performance overloads for scoped channel and packed channels
6 - Update concepts and documentation
7 - What to do about pointer types?!
8 - Performance!!
9 - Is channel_convert the same as native?
10 - Is operator++ on float32_t the same as native? How about if operator++ is defined in scoped_channel to do _value++?