File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -29,3 +29,14 @@ the two layers will require one more pass over the input data and one more layer
2929specification, which will certainly hurt the performance. That does not mean
3030the support cannot be added to this library, it all depends on if there is a substantial
3131amount of interest in such a support.
32+
33+ ** Q.** : _ What is the difference between this parser and [ FFP] ( https://github.com/maxim2266/FFP ) ?_
34+
35+ ** A.** : Advantages of FullFIX over the FFP parser are:
36+ - Speed (up to x2, depending on the FIX specification size);
37+ - Error handling more conformant to the standard;
38+ - XML specification compiler.
39+
40+ The same time, FFP has the following advantages:
41+ - Works for both Linux and Windows;
42+ - Simpler specification definition via the provided C macros.
You can’t perform that action at this time.
0 commit comments