GithubHelp home page GithubHelp logo

epb's Introduction

epb Build Status

Erlang protocol buffers library. This is born out of rage against erlang_protobuffs, which uses a (working but brain-dead) compilation strategy that is brittle and hard to evolve. The project also has lots of technical debt from lack of vision and inconsistency of multiple authors adding new features.

This is a work-in-progress, use at your own peril.

Goals

  1. Use classic compiler techniques to turn Protocol Buffers definitions into Erlang source. We'll likely make use of the syntax_tools application to accomplish this. This will also simplify usage of other tools like Dialyzer because the library user will be able to compile the source directly, instead of the library manipulating abstract code directly. Also, no more Pokemon!
  2. Be a drop-in replacement for erlang_protobuffs in most circumstances. Some function names may change or move around, but it should be just as easy to use.
  3. Aggressively optimize the encoding and decoding of messages, avoiding unnecessary copying, list-traversals, etc that have plagued the erlang_protobuffs codebase in the past. Reduce the overall footprint of in-memory message representations, perhaps taking advantage of zero-copy binaries where possible.
  4. Comply with all aspects of the Protocol Buffers specification at its current version.
  5. Avoid making me puke everytime I have to read or modify the codebase.

epb's People

Contributors

seancribbs avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.