Taritsyn / JavaScriptEngineSwitcher

JavaScript Engine Switcher determines unified interface for access to the basic features of popular JavaScript engines. This library allows you to quickly and easily switch to using of another JavaScript engine.
Apache License 2.0
439 stars 49 forks source link

Add ZeroReact.NET to Readme #71

Closed DaniilSokolyuk closed 5 years ago

Daniel15 commented 5 years ago

@DaniilSokolyuk Would you be interested in submitting some pull requests to ReactJS.NET to pull in your changes?

DaniilSokolyuk commented 5 years ago

@Daniel15, hi, I think it is very difficult because i use only ChakraCore and modified version of JavaScriptEngineSwitcher.ChakraCore, there have been many changes, I changed the ScriptDispatcher implementation, now he uses shared queue for reduce the cost of getting and returning the engine, a new evaluate method has been added, he accepts ReadOnlyMemory and return IMemoryOwner My JsPool uses different threads to create and maintenange engines in the background not during the execution of the query, also ZeroJsPool and ChakraCore engine is very coupled