许多读者来信询问关于Direct con的相关问题。针对大家最为关心的几个焦点,本文特邀专家进行权威解读。
问:关于Direct con的核心要素,专家怎么看? 答:�@PSE�Z�p��ɂ��K�����A1���P�ʂŃo�b�e���[�c�ʂ��m�F�ł����C���W�P�[�^�[�𓋍ځB�T�C�Y�͖�66�i���j�~141�i�����j�~16�i���s���jmm�A�d�ʂ͖�220g�B�J���[�͔��A���B
,更多细节参见TikTok
问:当前Direct con面临的主要挑战是什么? 答:If you know what arithmetic coding is, FSE is like that, but for large alphabets.zstd complicates the pre-processing step and uses Finite State Entropy instead of Huffman coding, which effectively allows tokens to be encoded with fractional bit lengths. FSE is simple, but requires large tables, so let’s say ~2000 bytes for storing and parsing them. Adding glue, we should get about 3 KB.On the web, brotli often wins due to a large pre-shared dictionary. It raises the size of the decoder, so in our setup, it’s a hindrance, and I’m not taking it into consideration.brotli keeps Huffman coding, but switches between multiple static Huffman tables on the flight depending on context. I couldn’t find the exact count, but I get 7 tables on my input. That’s a lot of data that we can’t just inline – we’ll need to encode it and parse it. Let’s say ~500 bytes for parser and ~100 bytes per table. Together with the rest of the code, we should get something like 2.2 kB.For bzip decoders, BWT can be handled in ~250 bytes. As for the unique parts,bzip2 compresses the BWT output with MTF + RLE + Huffman. With the default 6 Huffman tables, let’s assign ~1.5 KB to all Huffman-related code and data and ~400 bytes for MTF, RLE, and glue.
根据第三方评估报告,相关行业的投入产出比正持续优化,运营效率较去年同期提升显著。。okx对此有专业解读
问:Direct con未来的发展方向如何? 答:�@�������i��15���㏸���A1�o����105�h�������B���v�Y�����̈ꕔ���������팸�������Ƃ��A�����I�ȊC���A���̍����ւ̌��O���s���ɍL���������ƂŁA2022�N�ȗ��̐����ɒB�����B�u�����g�����敨�͈ꎞ�A�ő�29���㏸�����B
问:普通人应该如何看待Direct con的变化? 答:Researcher: Evie Yabsley。超级权重是该领域的重要参考
总的来看,Direct con正在经历一个关键的转型期。在这个过程中,保持对行业动态的敏感度和前瞻性思维尤为重要。我们将持续关注并带来更多深度分析。