GithubHelp home page GithubHelp logo

tempbottle / mfast Goto Github PK

View Code? Open in Web Editor NEW

This project forked from objectcomputing/mfast

0.0 3.0 0.0 3.06 MB

A FAST (FIX Adapted for STreaming) encoder/decoder

Home Page: http://objectcomputing.github.io/mFAST

License: GNU Lesser General Public License v3.0

CMake 3.13% C++ 96.46% C 0.36% Shell 0.05%

mfast's Introduction

mFAST Build StatusBuild status

Introduction

mFAST is a high performance C++ encoding/decoding library for FAST (FIX Adapted for STreaming) protocol.

For more information, please read the article.

For build instructions, please read the wiki page.

Important Notice

From now on, mFAST require C++ 11 to compile. You can check out the version with tag name "v1.2.1" if you need a C++ 03 only solution.

mFAST has limited support for FAST protocol version 1.2 now. That includes the new define and type tags in the FAST XML specification and the new enum/boolean types. In addition, the generated sequence types support iterators now. However, there is no support for SET, BIT GROUP and TIMESTAMP yet.

If you have used mFAST 1.1 version, please notice there are some backward-incompatible changes. First, to make a existing field absent, please use msg_mref.omit_fieldName() instead of msg_mref.set_fieldName().as_absent(). Second, if you have developed your own visitor for mFAST cref/mref types, the visitor has to be able to visit the new enum cref/mref types.

Using mFAST across the web

  • OCI has successfully translated the mF AST source code into asm.js (an efficient subset of JavaScript).
  • The asm.js version of mFAST when used with Socket.io enables high volume data exchanges between browsers and servers.
  • This is an ideal data format for streaming graphs and feeds to web and mobile clients.
    • It can also go the other direction to stream from web and mobile clients.

mfast's People

Contributors

huangminghuang avatar

Watchers

James Cloos avatar tempbottle 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.