hi Sanjay, Since the C++ codebase is much newer than the Java one, it is missing some features and also implements some features that are not necessarily found in the Java codebase.
Our initial goal is functional completeness of the data structure specification (immutable array containers, builder classes, reference-counted buffers and memory management) and memory sharing / IPC / RPC (this requires a canonical metadata specification). This functional completeness will need to be validated with integration tests in which data constructed in Java is sent to a C++ process and pulled back, and vice versa. Can you let me know which specific operations you are referring to? Would be great to create some JIRAs enumerating the missing functionality. Thanks Wes On Fri, Aug 5, 2016 at 4:36 AM, Sanjay Rao <getsanjay...@live.com> wrote: > Why this question is I don't see much of Vector operations in CPP. > --Sanjay