AngusJohnson / Image32

An extensive 2D graphics library written in Delphi Pascal
Boost Software License 1.0
137 stars 31 forks source link

Replace TSvgReader.IdList with a HashMap #103

Closed ahausladen closed 4 weeks ago

ahausladen commented 4 weeks ago

This PR replaces the IdList: TStringList with a specialized HashMap that also removes the need to convert UTF8String to UnicodeString for every FindRefElement call.