Skip to content

Optimize performance#12

Open
buaaljy wants to merge 1 commit into
tj:masterfrom
buaaljy:master
Open

Optimize performance#12
buaaljy wants to merge 1 commit into
tj:masterfrom
buaaljy:master

Conversation

@buaaljy

@buaaljy buaaljy commented Dec 27, 2016

Copy link
Copy Markdown

Normally speaking, the loop version is better than recursive one in terms of system load, especially the size of thunks is huge && high concurrency count, we will get memory stackoverflow error.

Normally speaking, the loop version is better than recursive one in terms of system load, especially the size of thunks is huge && high concurrency count, we will get memory stackoverflow error.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant