
14 Jul
2008
14 Jul
'08
2:39 p.m.
chris:
The communication with Sphinx is done using a quite low-level binary protocol, but Data.Binary saved the day: it made it very easy for us to parse all the binary things. Especially the use of the Get and Put monads are a big improvement over the manual reading and keeping track of positions, as is done in the PHP/Python clients.
That's great news! -- Don