duktape-unity icon indicating copy to clipboard operation
duktape-unity copied to clipboard

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

Open littlesome opened this issue 4 years ago • 1 comments

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

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

littlesome avatar Apr 04 '20 12:04 littlesome

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.

ialex32x avatar Apr 04 '20 13:04 ialex32x