iTextSharp.LGPLv2.Core icon indicating copy to clipboard operation
iTextSharp.LGPLv2.Core copied to clipboard

Performance issues

Open Zubastic opened this issue 3 years ago • 0 comments

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.

Zubastic avatar Mar 27 '21 22:03 Zubastic