[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug classpath/25679] New: gnu.regexp: {m, n} processing is very slow
From: |
kaz at maczuka dot gcd dot org |
Subject: |
[Bug classpath/25679] New: gnu.regexp: {m, n} processing is very slow |
Date: |
5 Jan 2006 10:44:15 -0000 |
Use the same test program as Bug #25616.
$ cat W.java
public class W {
public static void main(String[] args) {
System.out.println(args[0].matches(args[1]));
}
}
And run
$ java W 'b' '(b*){9999}'
Sun's JDK immediately prints "true". But GNU Classpath (with Kaffe)
does not.
'(b*){50}' is OK, '(b*){100}' is rather slow, '(b*){300}' is
frustrating, '(b*){1000}' makes me press Ctrl+C.
--
Summary: gnu.regexp: {m,n} processing is very slow
Product: classpath
Version: unspecified
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: classpath
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: kaz at maczuka dot gcd dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25679
- [Bug classpath/25679] New: gnu.regexp: {m, n} processing is very slow,
kaz at maczuka dot gcd dot org <=
- [Bug classpath/25679] gnu.regexp: {m,n} processing is very slow, kaz at maczuka dot gcd dot org, 2006/01/07
- [Bug classpath/25679] gnu.regexp: {m,n} processing is very slow, robilad at kaffe dot org, 2006/01/07
- [Bug classpath/25679] gnu.regexp: {m,n} processing is very slow, cvs-commit at developer dot classpath dot org, 2006/01/08
- [Bug classpath/25679] gnu.regexp: {m,n} processing is very slow, kaz at maczuka dot gcd dot org, 2006/01/08
- [Bug classpath/25679] gnu.regexp: {m,n} processing is very slow, pinskia at gcc dot gnu dot org, 2006/01/28