Welcome to Xsoda’s Blog!

Hello World! Find more about me here: About Xsoda

Here is a list of most recent posts:

  • 14 April - sphinx中使用mermaid画图

    目前博客中的图片使用graphviz生成, 当要绘制复杂图形时很困难. 相对使用mermaid比较简单.

  • 26 December - HPACK中的霍夫曼编码

    HTTP2.02中头部采用了二进制格式,具体编码在HPACK3也已经详细解释了。 HPACK中对于字符串使用了霍夫曼编码4来让传输更有效率,但是对于霍夫曼的解码过程一直没想 到如何仅仅使用查表的方法来进行。在看过一些论文和博客之后勉强想到了一个简单的可能不是很有效率的查表办法。

  • 28 November - 漂亮的原生库

    本文翻译自:http://lucumr.pocoo.org/2013/8/18/beautiful-native-libraries/

  • 16 November - 关于二叉树遍历的一道思考题

    偶然在网上看到一道关于二叉树的面试题目, 就尝试着做了一下. 题目如下: 给出一二叉树, 判断从顶到底段数据之和是否与目标数字相等.

  • 30 October - First Post

    World, hello again! This very first paragraph of the post will be used as excerpt in archives and feeds. Find out how to control how much is shown in Post Excerpts and Images. Remember that you can refer to posts by file name, e.g. :ref:`first-post` results in First Post. Find out more at Cross-Referencing Blog Pages.