Re: [PATCH 1/4] libstdc++: Further simplify _Hashtable inheritance hierarchy

2024-12-16 Thread Jonathan Wakely
On Mon, 16 Dec 2024 at 14:26, Jonathan Wakely wrote: > > I've pushed this patch series now, and I hope I'm done with > refactoring _Hashtable. > > I see about a 2% reduction in memory and in compilation time for an > explicit instantiation of std::unordered_list when For a translation unit that d

Re: [PATCH 1/4] libstdc++: Further simplify _Hashtable inheritance hierarchy

2024-12-16 Thread Jonathan Wakely
I've pushed this patch series now, and I hope I'm done with refactoring _Hashtable. I see about a 2% reduction in memory and in compilation time for an explicit instantiation of std::unordered_list when comparing r15-5031-gdd08cdccc36d08 to current trunk. It's not huge, but it's something, and I f