Re: JESS: Speed issue with parsing text files

2000-07-20 Thread ejfried
Hi Gavin, Note that what takes a long time isn't the actual parsing of the text, but the compiling of the rule network. Building the Rete net out of the rule descriptions is a lot of computational work. If you've got some deffacts and a (reset) command in the batch file, then that's all the patte

JESS: Speed issue with parsing text files

2000-07-19 Thread Gavin Nunns
Hi I have discovered that when using Jess embedded into Java programs, if you are loading the rules from a .clp file using the batch command. And these files contain a large number of rules and are quite sizable they can take a noticeably long time to load in. I was wondering if there was a