Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Performance #19

Merged
merged 3 commits into from Mar 15, 2014
Merged

Performance #19

merged 3 commits into from Mar 15, 2014

Conversation

jasonhotsauce
Copy link
Contributor

I realized that Lin did localized string file collection on the main thread, which was ok for small project/workspace, but if you have a bigger localizationString file, the performance was quite bad. I put the heavy work in the background and make sure it doesn't block the main thread.

@nek023
Copy link
Owner

nek023 commented Mar 15, 2014

Sorry for my late review.
Thank you for your contribution, @jasonhotsauce!

LGTM

nek023 added a commit that referenced this pull request Mar 15, 2014
@nek023 nek023 merged commit dd67b6c into nek023:master Mar 15, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants