1# Channel TODO 2 3Issues 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++? 11