https://bz.apache.org/bugzilla/show_bug.cgi?id=61136
Bug ID: 61136
Summary: Improve Common SS formula evaluation speed by
implementing lazy evaluation
Product: POI
Version: 3.17-dev
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P2
Component: SS Common
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 35014
--> https://bz.apache.org/bugzilla/attachment.cgi?id=35014&action=edit
Lazy evaluation for Formula.java
Travis from the dev list suggested a speed improvement for formula evaluation
by reducing the number of byte to object and object to byte conversions
performed in o.a.p.ss.formula.Formula.
We can use lazy evaluation here to avoid unused conversions between byte[]
encodedBytes and Ptg[] ptgs.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]