Skip Menu |

This queue is for tickets about the Text-Levenshtein CPAN distribution.

Report information
The Basics
Id: 89443
Status: resolved
Priority: 0/
Queue: Text-Levenshtein

People
Owner: NEILB [...] cpan.org
Requestors: free.mr.zhou [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.07



Subject: Performance improvement Suggestions
Date: Mon, 14 Oct 2013 11:59:17 +0800
To: bug-Text-Levenshtein [...] rt.cpan.org
From: Weeky <free.mr.zhou [...] gmail.com>
Hi, I found that in Text/Levenshtein.pm, the _min function is so low efficient, you can use List:Util min instead of _min. Thanks.
Thanks for the suggestion - I did this in 0.07. Neil