HandyJSON性能堪忧,解析37kb的json数据花了22s
- Dominant language
- Swift
- Stars
- 4.3k
- Forks
- 677
- PR merge metrics
- No merged PRs in 30d
Description
HandyJSON性能堪忧,解析37kb的json数据花了22s
由于数据量大,接口请求频繁,开始放在主线程有卡顿,所以切换到子线程解析非NSObject子类的model,37kb的json花了22s
鄙人怀疑是线程的问题,请高人指点


Contributor guide
No contributing guide indexed for this repository
Research direction
No source files, tests, entry points, or reproducible model/code are included in the report. Begin by reproducing the 37 KB parsing case and profiling the non-NSObject model path off the main thread; done means identifying whether the reported 22-second delay is reproducible and locating the responsible operation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- performance
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100