help wanted
倉庫指標
- 星標
- (12,623 顆星)
- PR 合併指標
- (平均合併 10天 17小時) (30 天內合併 69 個 PR)
描述
Apache xerces uses a lot of Class.forName to create SaxParser object, which will call ClassLoader.loadClass for every xml parsing.
And this will block each other, then leads to bad performance for a high load system.