Jess -

I have recently adopted a large application, million+ facts.

I have noticed that the jess.Value object is consuming 40% of the total
memory. 32 bytes per object.

For a string type object the integer value and double value fields are
not used, and the Value object appears to be immutable.

Any thoughts about a Value factory returning specialized objects
(especially for common Values), by a rough back of the envelope
calculation this could save 50% of the space in the Value object
instance, resulting in an overall savings of 20% application memory
usage.

Jon Weygandt


--------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the list
(use your own address!) List problems? Notify [EMAIL PROTECTED]
--------------------------------------------------------------------

Reply via email to