[Haskell-cafe] Sphinx full-text searching client on Hackage

Don Stewart dons at galois.com
Mon Jul 14 14:39:35 EDT 2008


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


More information about the Haskell-Cafe mailing list