hdt-java vs hdt-cpp feature parity matrix #168
Answered
by
D063520
davidandreoletti
asked this question in
Q&A
|
At first glance, both projects support HDT read,write,search operation. However, I would like to know:
|
Answered by
D063520
Sep 9, 2022
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. |
1 reply
Answer selected by
D063520
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.