On Thu Mar 6 21:19:16 2025 +0000, Rémi Bernon wrote:
Is it really worth the trouble? The other array of object handles in win32u is also just static array. Should we worry for a hundred of KB on the unix side?
If memory usage is going to be a recurring problem, perhaps Wine should define a concrete upper bound and test for the working set.
Also note that, when completely filled, two-level table ends up having more overhead than single level.