Open
Description
This function (ZSTD_createDDict_byReference
) is used by RocksDB, and long has been. It is essentially required for digested dictionary support so that we can manage raw bytes ourselves without memory duplication. It would be good (eventually) not to require ZSTD_STATIC_LINKING_ONLY
for this feature. Some context in facebook/rocksdb#13362