-
Notifications
You must be signed in to change notification settings - Fork 89
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
Add .Net Standard support #90
base: master
Are you sure you want to change the base?
Conversation
great work 👍 |
Initial tests on my Ubuntu 17 workstation are looking promising.
During this run cpu topped out at ~ 50% cpu utilization. So there should still be some improvements that can be done.
|
… of tests failing. Single thread perf ~120k, Taskpool ~170k ??? why is the multithread performace so bad?.
Any progress or time frame on this issue? I'm building a .Net Core app (/service) and need to support clean JSON RPC (no headers), and would like to use a library and not roll my own. |
Nothing recently. I could use a little help reviewing the code, and feedback on if it's ready a beta release. |
This is for issue #89
Todo
Feel free to provide a pull request into this branch for any of the below.