ブックマーク / capnproto.org (2)

  • Cap'n Proto: Introduction

    Introduction Cap’n Proto is an insanely fast data interchange format and capability-based RPC system. Think JSON, except binary. Or think Protocol Buffers, except faster. In fact, in benchmarks, Cap’n Proto is INFINITY TIMES faster than Protocol Buffers. This benchmark is, of course, unfair. It is only measuring the time to encode and decode a message in memory. Cap’n Proto gets a perfect score be

    Cap'n Proto: Introduction
    tanakh
    tanakh 2018/07/12
    んん?(´・_・`)
  • Cap'n Proto: Cap'n Proto v0.2: Compiler rewritten Haskell -> C++

    kentonv on 12 Aug 2013 Today I am releasing version 0.2 of Cap’n Proto. The most notable change: the compiler / code generator, which was previously written in Haskell, has been rewritten in C++11. There are a few other changes as well, but before I talk about those, let me try to calm the angry mob that is not doubt reaching for their pitchforks as we speak. There are a few reasons for this chang

    tanakh
    tanakh 2013/08/13
    C++11のラムダを使ったParser Combinatorでパーザを書きなおしたらしい(´・_・`)
  • 1