hdt-java vs hdt-cpp feature parity matrix #168
-
At first glance, both projects support HDT read,write,search operation. However, I would like to know:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, the hdt-java and hdt-cpp implementations are completely independent (i.e. not calling each other) but compatible (i.e. and HDT generated with the c++ version can be read by the java version and viceversa). About the feature matrix, there are many small differences. Generally the c++ version is a bit more efficient in compressing. For querying there are more features in the java version. But there is a big overlap. If you can tell what you want to do we can tell you. |
Beta Was this translation helpful? Give feedback.
Hi,
the hdt-java and hdt-cpp implementations are completely independent (i.e. not calling each other) but compatible (i.e. and HDT generated with the c++ version can be read by the java version and viceversa).
About the feature matrix, there are many small differences. Generally the c++ version is a bit more efficient in compressing. For querying there are more features in the java version. But there is a big overlap. If you can tell what you want to do we can tell you.