Skip to content
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

Рассмотреть оптимизированные варианты сериализации данных #283

Open
gsbelarus opened this issue Dec 5, 2019 · 1 comment
Assignees
Labels

Comments

@gsbelarus
Copy link
Owner

Сейчас мы используем текстовый JSON при передаче данных по сети и между workers threads. И это самый медленный способ из всех доступных. Надо рассмотреть V8 serialization API, а также другие варианты:

https://stackoverflow.com/questions/6218524/fastest-possible-javascript-object-serialization-with-google-v8

@gsbelarus gsbelarus added the task label Dec 5, 2019
@gsbelarus gsbelarus self-assigned this Dec 5, 2019
@gsbelarus
Copy link
Owner Author

Это решит также данный вопрос:

#232

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

No branches or pull requests

1 participant