ThomasThelen commented on issue #1324: URL: https://github.com/apache/jena/issues/1324#issuecomment-4800244212
Good news on the JavaCC size. They added the exponential buffer growth this April. There's one more [PR](https://github.com/javacc/javacc/pull/317) in review that fixes a bug in their original implementation however, I built it and ran it within Jena. The results are shown below, which I think supports the conversations above. I'll keep an eye out for the next JavaCC release. I had originally done the buffer expansion outside of JavaCC; the charts show agreement with JavaCC which is the best case possible. <img width="1500" height="900" alt="Image" src="https://github.com/user-attachments/assets/df3d1d6b-fb14-409e-85d8-45615a75d3f2" /> <img width="1500" height="900" alt="Image" src="https://github.com/user-attachments/assets/edc7232c-c5e1-4a0c-ade5-7d9a9a881971" /> <img width="1500" height="900" alt="Image" src="https://github.com/user-attachments/assets/23b415ad-532e-4966-a4e3-491c6d6c343a" /> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
