Leonard Rosenthol wrote: > Yes - custom allocators OR static allocators will DEFINITELY help... I was thinking "and" . That is to say, using a small static buffer to store the most common sizes of string/variant data in PdfRefCountedBuffer's internally shared COW buffer structure, rather than always using a separately heap-allocated block for that. Second, using a custom allocator to more efficiently pack those internally shared COW buffer structures (since they're uniform in size) rather than scattering them over main memory.
-- Craig Ringer ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Podofo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/podofo-users
