$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Interest in a FIX Protocol Library?
From: Alexander Nasonov (alnsn_at_[hidden])
Date: 2015-01-15 19:00:37
Felipe Magno de Almeida wrote:
> I don't feel the same way. I have been thinking of writing a FIX protocol
> parser based on boost.spirit for boost for a while already.
My friend wrote some benchmarks for csv parsing in many languages [1].
Many of them use specialised libraries but Lua and C++ code is based on
general purpose parsing libraries. Boost.Spirit isn't much faster than
Lua LPEG.
[1] https://bitbucket.org/ewanhiggs/csv-game/
Alex