/* "Fat" prepared dictionary, could be cooked outside of C implementation,
* e.g. on Java side. LZ77 data is copied inside PreparedDictionary struct. */ staticconst uint32_t kPreparedDictionaryMagic = 0xDEBCEDE0;
/* "Lean" prepared dictionary. LZ77 data is referenced. It is the responsibility *ofcallerof"preparedictionary"tokeeptheLZ77datawhileprepared
* dictionary is in use. */ staticconst uint32_t kLeanPreparedDictionaryMagic = 0xDEBCEDE3;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.