The use of the various PDFium container implementations in place of STL adds no
value in this day and age, and makes the code harder to maintain. I also
suspect that std::map<> may be more memory efficient than the PDFium hash table
abstraction.
Similarly, there are places where std::string would help.
Original issue reported on code.google.com by tsepez@chromium.org on 28 Oct 2014 at 7:52
Original issue reported on code.google.com by
tsepez@chromium.org
on 28 Oct 2014 at 7:52