Downloadliste

Projektbeschreibung

Fix8 is a modern open source C++ FIX framework featuring complete schema driven customisation, high performance, and fast application development. The system is comprised of a compiler for generating C++ message and field encoders, decoders, and instantiation tables, a runtime library to support the generated code and framework, and a set of complete client/server test applications. For the same message, Fix8 encodes 3.2 times faster and decodes 2.3 times faster than Quickfix, an average of 2.7 times. In other words, it reduces encode latency by 69% and reduces decode latency by 56%.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2013-01-29 07:20
0.6.7

Hier die große Neuigkeit ist die Leistung. Tests zeigen, dass Fix8 im Durchschnitt 29 % schneller bei der Kodierung/Dekodierung derselben Nachricht als "Quickfix" ist. Typischer Client NewOrderSingle codieren Latenz ist nun 9.8µs und ExecutionReport zu decodieren ist 11.6µs.
The big news here is performance. Testing shows that Fix8 is on average 29% faster at encoding/decoding the same message than Quickfix. Typical client NewOrderSingle encode latency is now 9.8µs, and ExecutionReport decode is 11.6µs.

2012-12-27 20:19
0.6.6

Unterstützung für Clang (LLVM) Zusammenstellung und Problembehebungen für Probleme, die Benutzer Ausführen von Leistungstests gehindert haben können.
Support for clang (LLVM) compilation, and fixes for bugs that may have prevented users from executing performance tests.

Project Resources