dfs 01/05/20 17:20:27
Modified: . TODO
Log:
Knocked one item off and added another (see diff).
Revision Changes Path
1.6 +5 -5 jakarta-oro/TODO
Index: TODO
===================================================================
RCS file: /home/cvs/jakarta-oro/TODO,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- TODO 2001/05/20 22:46:08 1.5
+++ TODO 2001/05/21 00:20:27 1.6
@@ -1,4 +1,4 @@
-$Id: TODO,v 1.5 2001/05/20 22:46:08 dfs Exp $
+$Id: TODO,v 1.6 2001/05/21 00:20:27 dfs Exp $
o Optimize/improve Unicode character classes.
@@ -20,9 +20,6 @@
o Reduce the memory overhead of case insensitive matching in Perl5Matcher.
-o Make build.xml build the demonstration applet and integrate with
- docs/ tree.
-
o Measure performance of HotSpot iterating through match input via
an interface's virtual function versus direct character array indexing.
If HotSpot dynamically inlines the functions and achieves comparable
@@ -43,4 +40,7 @@
gigabyte length files!). Additional methods could be added to
regulate buffer growth behavior, whether to save all of it for reuse
in a future pass, etc.
-
\ No newline at end of file
+
+o Make separate src and bin distributions. Current distribution is
+ getting big on account of 1.2 MB of API docs. src only distribution
+ should be half the size of bin distribution for quicker download.