240 发简信
IP属地:江苏
  • 120
    区块的持久化之BoltDB(一)

    在前面文章中,我们介绍说Bitcoin网络通过PoW共识以及选择最长链为主链来逐步达到共识,使得网络中各节点本地的区块链最终保持一致;同时,交易时节点会根据解锁脚本与锁定脚本...

  • Use TCP_QUICKACK and SO_LINGER to eliminate the 3rd packet in tcp handshake

    Find an insterest project, to remove last packet in 3-way tcp handshake, https://github...

  • 120
    Libev 源码分析 - ev_io

    概述 Libev 是使用 Reactor 模型的实现的一个高性能事件循环库。它的主要实现包括: 在结构上分离了事件处理逻辑和业务逻辑。 抽象出一套通用的多路复用接口,使得基于...

  • haskell笔记(2) - funtions

    pattern matching 如果模式匹配多个值,必须用括号括起来(if you want to bind to several variables (even if o...

  • haskell笔记(1)- data type

    data 定义 we can use the same name for data type and value constructor, This has no spe...