[poppler] [RFC] Replace GooHash by std::unordered_map
Albert Astals Cid
aacid at kde.org
Sun Feb 18 22:08:26 UTC 2018
El diumenge, 18 de febrer de 2018, a les 16:55:37 CET, Adam Reichold va
escriure:
> Hello,
>
> the attached patch replaced Poppler's internal hash table implementation
> GooHash by std::unordered_map found in the C++ standard library since
> C++11. This continues Poppler's slow drift towards standard library
> containers and removes one of the home-grown data structures with the
> main goals of reducing code size and improving the long term
> maintainability of the code base.
Do you have any benchmarks on "rendering" speed and code size?
Cheers,
Albert
>
> Best regards, Adam.
More information about the poppler
mailing list