I've written a new read parser for AnyEvent::Redis and migrated it to AnyEvent::Redis::Protocol. The new parser is about 10% faster than the current one and (IMHO) is easier to understand.
I've also updated the documentation a little bit.
I must commend your good, efficient code. I already knew AnyEvent pretty well, but I learned a lot of useful tricks by studying your work.
Hi,
I've written a new read parser for AnyEvent::Redis and migrated it to AnyEvent::Redis::Protocol. The new parser is about 10% faster than the current one and (IMHO) is easier to understand.
I've also updated the documentation a little bit.
I must commend your good, efficient code. I already knew AnyEvent pretty well, but I learned a lot of useful tricks by studying your work.
Best regards,
--Michael