DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22090>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22090

EL evaluation should cache parse results





------- Additional Comments From [EMAIL PROTECTED]  2003-08-04 09:35 -------
Good findings.

I think those buffers should be owned by another component (Jasper's
PageContextImpl IMO), and passed to commons-el), to allow reuse and avoid the
allocation. This could be optional (commons-el would allocate buffers if none
are passed): a new constructor would simply need to be added.

Buffers bigger than 1K take a significant amount of time to allocate (and making
them too small might impact functionality), so even 4K would be too big IMO.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to