|
From: | Karl Rasche |
Subject: | Re: [Openexr-devel] EXR texture memory overhead |
Date: | Fri, 16 Sep 2016 10:31:35 -0700 |
1. The amount of memory that libIlmImf holds *per open file* as overhead or internal buffers or whatever (I haven't tracked down exactly what it is) is much larger than what libtiff holds as overhead per open file.
2. libIlmImf seems to have a substantial amount of memory overhead *per thread*, and that can really add up if you have a large thread pool. In contrast, libtiff doesn't have a thread pool (for better or for worse), so there isn't a per-thread component to its memory overhead.
[Prev in Thread] | Current Thread | [Next in Thread] |