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

Suggest implement timer in C to remove C# side GC Alloc #28

Open
littlesome opened this issue Apr 4, 2020 · 1 comment
Open

Suggest implement timer in C to remove C# side GC Alloc #28

littlesome opened this issue Apr 4, 2020 · 1 comment

Comments

@littlesome
Copy link

Here's a high performance timer https://github.com/wahern/timeout

http://25thandclement.com/~william/projects/timeout.c.html

@ialex32x
Copy link
Owner

ialex32x commented Apr 4, 2020

Thank you :) Yes, you are right, gc alloc can not be avoid in C# implementation because of the C# wrapper object of duktape js function. I will read it, and reimplement the timing wheel in c.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants