Thanks Norris, I would help if I could, unfortunately my knowledge of
Java is limited to scripting from Javascript! Poor indeed.

But perhaps this could help, from the V8 discussion on similar JSON
performance issues:

"Rather than hacking some basic JSON support into V8 or your V8
application, I recommend that it be done ... using Ragel:
  http://www.complang.org/ragel/

Ragel's compiled state machines are blindingly fast, and hence so are
the implementations of JSON of languages that use it:
  http://json.rubyforge.org/
  http://modules.gotpike.org/module_info.html?module_id=43

I did some elementary benchmarking of JSON implementations a while
back, and JSON in Ragel was in a class of its own."

Excerpt from: 
http://www.mail-archive.com:80/[email protected]/msg00243.html
_______________________________________________
dev-tech-js-engine-rhino mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino

Reply via email to