Hi All, I am using lots of List objects in the IDL. Thrift generates ArrayList for these objects by default, which makes my IPC slow. As obvious and supported by some experiments done by me, It will be much faster if an Array could be used instead of the ArrayList.
Does thrift provide any way of changing these default container specific to a language (java in my case). I came across one such mention in the thrift documentation "While defaults are provided, the type mappings are not explicitly fixed. Custom code generator directives have been added to allow substitution of custom types in various destination languages.". How can I do it for my case, If i can get any sample tutorial/example, It will be great. Thanks Vipin Singh