https://issues.apache.org/ooo/show_bug.cgi?id=121585
--- Comment #8 from Pedro Giffuni <[email protected]> --- Nice link Ariel: I asked "TrainedMonkey" if we could use his patches and he replied NO, but as my script shows the replacements are mostly automatic. The main reason to get rid of stlport is that it doesn't build with clang (therefore no modern MacOS X port), but I am also getting linking/STL conflicts every time I want to use one of the awesome math functions from Boost and it just became impossible to advance further. I found this nice benchmark: http://incise.org/hash-table-benchmarks.html My recommendation is to use boost::unordered_map for now, and eventually bring google sparsehash gradually as it lets us choose between memory consumption and performance. I won't go through this change though, I would prefer if someone with a major supported platform takes over. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
