An open API service indexing awesome lists of open source software.

https://github.com/nolanlawson/webworker-postmessage-perf-test

Web Worker postMessage() benchmark
https://github.com/nolanlawson/webworker-postmessage-perf-test

Last synced: 13 days ago
JSON representation

Web Worker postMessage() benchmark

Awesome Lists containing this project

README

        

Web Worker `postMessage()` performance test
==========

Test to determine how much faster `postMessage()` is when using
stringification. Four types of stringification are tested: arraybuffer, full, partial, and none.