Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize coroutine library, add debugging logs #535

Merged
merged 1 commit into from
Mar 24, 2025

Conversation

JiepengTan
Copy link
Contributor

@JiepengTan JiepengTan commented Mar 19, 2025

#521

It did NOT completely solve the coroutine stuttering issue; it only alleviated the corresponding stuttering symptoms by reducing coroutine creation and semaphore synchronization.

  • use tag profiler to enable profiler log
spx run -tags="profiler"  

@JiepengTan JiepengTan changed the title Add web coro lib [WIP]Add web coro lib Mar 19, 2025
@JiepengTan JiepengTan marked this pull request as draft March 20, 2025 01:25
@JiepengTan JiepengTan force-pushed the pr_add_web_coro_lib branch 6 times, most recently from 34db23c to 53aecf6 Compare March 21, 2025 01:10
@JiepengTan JiepengTan changed the title [WIP]Add web coro lib Optimize coroutine library, add debugging logs Mar 21, 2025
@JiepengTan JiepengTan requested a review from nighca March 21, 2025 01:11
@JiepengTan JiepengTan marked this pull request as ready for review March 21, 2025 01:12
@JiepengTan JiepengTan force-pushed the pr_add_web_coro_lib branch from 53aecf6 to 351102b Compare March 21, 2025 03:47
@nighca nighca merged commit 19746a2 into goplus:dev Mar 24, 2025
2 checks passed
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.

2 participants