ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/lib/AnyEvent.pm
(Generate patch)

Comparing AnyEvent/lib/AnyEvent.pm (file contents):
Revision 1.290 by root, Tue Sep 1 18:27:46 2009 UTC vs.
Revision 1.291 by root, Thu Sep 3 13:59:20 2009 UTC

2473lot less memory), but otherwise doesn't affect guard operation much. It is 2473lot less memory), but otherwise doesn't affect guard operation much. It is
2474purely used for performance. 2474purely used for performance.
2475 2475
2476=item L<JSON> and L<JSON::XS> 2476=item L<JSON> and L<JSON::XS>
2477 2477
2478This module is required when you want to read or write JSON data via 2478One of these modules is required when you want to read or write JSON data
2479L<AnyEvent::Handle>. It is also written in pure-perl, but can take 2479via L<AnyEvent::Handle>. It is also written in pure-perl, but can take
2480advantage of the ultra-high-speed L<JSON::XS> module when it is installed. 2480advantage of the ultra-high-speed L<JSON::XS> module when it is installed.
2481 2481
2482In fact, L<AnyEvent::Handle> will use L<JSON::XS> by default if it is 2482In fact, L<AnyEvent::Handle> will use L<JSON::XS> by default if it is
2483installed. 2483installed.
2484 2484

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines