Skip to Content.
Sympa Menu

xom-interest - [XOM-interest] Reduce Verifier memory requirements

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: Wolfgang Hoschek <whoschek AT lbl.gov>
  • To: xom-interest AT lists.ibiblio.org
  • Subject: [XOM-interest] Reduce Verifier memory requirements
  • Date: Tue, 20 Jan 2004 12:02:42 -0800

Eliotte,

The new Verifier in CVS is a good idea.

However, it needs 65 KB static main memory (and a larger jar file) by using a byte array where a bit array would suffice. Perhaps it might make sense to try reducing memory requirements by a factor eight, either by using a java.util.Bitset or manually doing similar bit twiddling.

Gotcha: If performance turns out to suffer from, it would probably be better to leave the byte array table lookup as is.

Regards,
Wolfgang.





Archive powered by MHonArc 2.6.24.

Top of Page