]> git.proxmox.com Git - ceph.git/blob - ceph/src/zstd/contrib/experimental_dict_builders/benchmarkDictBuilder/dictBuilder.h
bump version to 15.2.11-pve1
[ceph.git] / ceph / src / zstd / contrib / experimental_dict_builders / benchmarkDictBuilder / dictBuilder.h
1 /* ZDICT_trainFromBuffer_legacy() :
2 * issue : samplesBuffer need to be followed by a noisy guard band.
3 * work around : duplicate the buffer, and add the noise */
4 size_t ZDICT_trainFromBuffer_legacy(void* dictBuffer, size_t dictBufferCapacity,
5 const void* samplesBuffer, const size_t* samplesSizes, unsigned nbSamples,
6 ZDICT_legacy_params_t params);