-
Notifications
You must be signed in to change notification settings - Fork 11
Description
The HDT-C++ Repository includes an implementation of Compressed String Dictionaries embedded within its codebase at https://github.com/rdfhdt/hdt-cpp/tree/develop/libhdt/src/libdcs. The HDT-C++ CSD.h file references:
"Compressed String Dictionaries"
Nieves R. Brisaboa, Rodrigo Canovas, Francisco Claude, Miguel A. Martinez-Prieto and Gonzalo Navarro.
10th Symposium on Experimental Algorithms (SEA'2011), p.136-147, 2011.
There is a bit of a mess of HDT-C++ library use documented at rdfhdt/hdt-cpp#19.
The libCSD README in this repository cites the same journal article as the basis for the implementation.
The article itself references http://libcds.recoded.cl (Wayback Machine) which is now https://github.com/fclaude/libcds.
Is this Martinez-Prieto implementation distinct from the Navarro / Claude implementation? If so, how should I choose between them? Or, is this codebase an old artifact along the lifecycle of one canonical Compressed String Dictionaries implementation?