Skip to content

implement Sys_GetFrame in C and add notes about future optimizations - #162

Merged
Vizonex merged 3 commits into
mainfrom
sys-getframe
Sep 19, 2026
Merged

Vizonex merged 3 commits into
mainfrom
sys-getframe

Conversation

@Vizonex

@Vizonex Vizonex commented Sep 18, 2026

Copy link
Copy Markdown
Owner

What do these changes do?

We need to start chipping away at known bottlenecks otherwise rsloop is going to keep racking up benchmark points. For now I'll stick to improving winloop and let it be a bag of ideas for uvloop to try and implement.

Are there changes in behavior for the user?

Nope. Other than needed performance changes, nothing new, expect better performance.

Is it a substantial burden for the maintainers to support this?

Added Notes about possible improvements,

  • c-ares is under consideration
  • Other items have been just marked as being improvable in C or in other ways, we need to limit the amount of times the interpreter and compiled code pass each other if we really want to make due on the future ahead.

Related issue number

Checklist

  • I think the code is well written
  • Unit tests for the changes exist
  • Documentation reflects the changes

@Vizonex

Vizonex commented Sep 19, 2026

Copy link
Copy Markdown
Owner Author

I think winloop is going back to being uvloop's bag of ideas to try.

@Vizonex
Vizonex merged commit cbea17f into main Sep 19, 2026
37 of 38 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.

1 participant