Dimillian / HackerSwifter

A Swift Hacker News library
MIT License
169 stars 32 forks source link

Multithread string scanning #11

Open Dimillian opened 10 years ago

Dimillian commented 10 years ago

https://github.com/Dimillian/HackerSwifter/blob/master/Hacker%20Swifter/Hacker%20Swifter/Models/Post.swift#L185-L220

Put this code (and comment model code) in a background queue so it won't slow down the UI when parsing the HTML page.