Skip to content

Commit 01b136a

Browse files
committed
FAQ updated.
1 parent f7f256f commit 01b136a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

doc/faq.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,14 @@ the two layers will require one more pass over the input data and one more layer
2929
specification, which will certainly hurt the performance. That does not mean
3030
the support cannot be added to this library, it all depends on if there is a substantial
3131
amount 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.

0 commit comments

Comments
 (0)