Request: Stabilize ZSTD_createDDict_byReference
Open
feature request
- Dominant language
- C
- Stars
- 27.9k
- Forks
- 2.6k
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 8
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 https://github.com/facebook/rocksdb/pull/13362
Contributor guide
Assessment
This issue has not been assessed yet.