No description
Find a file
dchandler 6540b260bd Fixes a (small, I think) TMW->Unicode performance glitch. I was
inserting 5 characters at a time and then skipping ahead just one
position.  I don't think this affected correctness.

I believe there's still a terrible (exponential?) slowdown as the
input file gets bigger, however.  Perhaps not -- but we run through
the first 1000 TMW glyphs in 6 seconds, the 20th thousand takes at
least 60 seconds.  Is TMW->Wylie faster than TMW->Unicode?  If so,
why?

Thought: don't use a DuffPane within TibetanConverter -- it can only
add overhead, right?  My hprof profile said that the conversion was
taking just a couple of percent of the work; the rest was going to
display-related stuff that you should only see if you were displaying
the document.  I'm not!
2003-06-22 04:08:33 +00:00
dist DuffPane now has the start of a unit test suite. Invoke it via 'ant 2003-04-14 05:22:27 +00:00
docs Testing CVSROOT/log* e-mail script. 2002-10-03 02:29:30 +00:00
extensions Added JDOM's license. 2003-02-01 05:12:49 +00:00
license Previously, all but the last line had \r\r\n line feeds, which is neither DOS 2002-10-05 20:20:49 +00:00
source Fixes a (small, I think) TMW->Unicode performance glitch. I was 2003-06-22 04:08:33 +00:00
.classpath You can use these two files to use Eclipse 2.0 with Jskad. Though you'll 2002-11-02 19:07:45 +00:00
.cvsignore Added some utility targets pour moi. 2003-02-03 06:24:52 +00:00
.project You can use these two files to use Eclipse 2.0 with Jskad. Though you'll 2002-11-02 19:07:45 +00:00
build.xml Added a thdl-nightly-build target for nightly builds on 2003-06-19 01:58:59 +00:00
junitbuild.xml TM->TMW and TMW->TM conversion in RTF is now supported. I've 2003-05-31 23:18:17 +00:00
jwsbuild.xml I removed all tasks relating to Savant and QuillDriver. 2003-03-14 00:31:45 +00:00