| CPAN Ratings (Gamma) Reviews by Vipul Ved Prakash | |
| Home | Search | About | Login |
RSS | Module Info | Add a review of
3 out of 3 found this review helpful:
A wonderful module that should be used in all code that deals with URIs and *must* be used in code that deals with URIs as entered by users or extracted from a document. I've seen too many problems in too much code that could be avoided simply by doing:
$uri_str = URI->new($uri_str)->canonical->as_string().
Vipul Ved Prakash - 2008-06-18 14:11:42
Was this review helpful to you?
Yes
No
Bloom::Filter is a great implementation of a brilliant concept. It's fast enough to use in production settings with large datasets. You can store the object with Storable after adding items to it - and load it up anywhere for lookups.
Vipul Ved Prakash - 2008-03-28 17:56:51
Was this review helpful to you?
Yes
No
Excellent sentence splitter - robust on poorly formed text and quite fast. I am processing gigabytes of data daily with this module.
Vipul Ved Prakash - 2008-03-19 02:28:12
Was this review helpful to you?
Yes
No
This is the first XML module that makes me want to work with XML and related formats in Perl. It parses large documents in linear time as promised and provides a simple, yet incredibly powerful interface. XML::Twig is significant achievement - as almost everything else on CPAN for parsing XML goofs the performance / interface complexity trade-off. Highly recommended.
Vipul Ved Prakash - 2008-03-19 01:20:31
Was this review helpful to you?
Yes
No
|
Perl.org sites
: bugs
| dev
| history
| jobs
| learn
| lists
| use
Site Information and Contacts |
|