davsclaus commented on pull request #4409: URL: https://github.com/apache/camel/pull/4409#issuecomment-706920404
the sets are used to have fast lookup as its used in toD during Camel routing (for some components like http based). If we really really wanted, we could make those SendDynamic (toD optimized) a way of marking which options they "use" and then have the source code generator generate a special set for those, and then an array in general. But from what you need in ckc then using array/set doesnt really matter. An array may take up less space in memory, than a hashset. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org