* M. Edward (Ed) Borasky <[email protected]> [100303 19:46]: > I haven't looked at all of the libraries, but the two I've worked > with, one in Ruby and one in Perl, both translate the raw JSON > coming out of Streaming into "native" objects. This isn't going to > scale, and Twitter recommends against it.
Perl AnyEvent::Twitter::Stream now has a no_decode_json option: http://twitter.com/miyagawa/status/9851560584 @semifor
