[erlang-questions] Erlang and FIX protocol

Max Lapshin max.lapshin@REDACTED
Fri May 4 18:39:49 CEST 2012


I've updated git repo.

Now it has fix_splitter NIF-ed module. binary:split is sooo slow, that
it can become a problem. I've moved low-level splitting of FIX data to
C and high level translating of KV pairs to records left in erlang.


Currently I'm designing how to handle groups, because it seems to be
one of the most complicated parts of fix parsing: how can I understand
that this field is a part of next group.



More information about the erlang-questions mailing list