| 28 | } |
| 29 | |
| 30 | type doubleFastEncoderDict struct { |
| 31 | fastEncoderDict |
| 32 | longTable [dFastLongTableSize]tableEntry |
| 33 | dictLongTable []tableEntry |
| 34 | longTableShardDirty [dLongTableShardCnt]bool |
| 35 | } |
| 36 | |
| 37 | // Encode mimmics functionality in zstd_dfast.c |
| 38 | func (e *doubleFastEncoder) Encode(blk *blockEnc, src []byte) { |
nothing calls this directly
no outgoing calls
no test coverage detected