iTextSharp.LGPLv2.Core
iTextSharp.LGPLv2.Core copied to clipboard
Performance issues
Summary of the issue
Main problem of current solution is using ArrayList, Stack, Hashtable, IntHashtable, Stackr and etc.
I think we should remove using all of that classes and use List<T>, Dictionary<T, T> Stack<T> and other new releases.