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

Comparing AnyEvent/README (file contents):
Revision 1.54 by root, Tue Sep 1 18:27:46 2009 UTC vs.
Revision 1.55 by root, Mon Sep 14 05:05:09 2009 UTC

1742 "AnyEvent::Util::guard". This speeds up guards considerably (and 1742 "AnyEvent::Util::guard". This speeds up guards considerably (and
1743 uses a lot less memory), but otherwise doesn't affect guard 1743 uses a lot less memory), but otherwise doesn't affect guard
1744 operation much. It is purely used for performance. 1744 operation much. It is purely used for performance.
1745 1745
1746 JSON and JSON::XS 1746 JSON and JSON::XS
1747 This module is required when you want to read or write JSON data via 1747 One of these modules is required when you want to read or write JSON
1748 AnyEvent::Handle. It is also written in pure-perl, but can take 1748 data via AnyEvent::Handle. It is also written in pure-perl, but can
1749 advantage of the ultra-high-speed JSON::XS module when it is 1749 take advantage of the ultra-high-speed JSON::XS module when it is
1750 installed. 1750 installed.
1751 1751
1752 In fact, AnyEvent::Handle will use JSON::XS by default if it is 1752 In fact, AnyEvent::Handle will use JSON::XS by default if it is
1753 installed. 1753 installed.
1754 1754

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines