<!doctype html><htmllang=en-us><head><metacharset=utf-8><metahttp-equiv=x-ua-compatiblecontent="ie=edge"><metaname=viewportcontent="width=device-width,initial-scale=1,shrink-to-fit=no"><linkrel=preloadas=fonthref=/fonts/vendor/jost/jost-v4-latin-regular.woff2type=font/woff2crossorigin><linkrel=preloadas=fonthref=/fonts/vendor/jost/jost-v4-latin-700.woff2type=font/woff2crossorigin><linkrel=stylesheethref=/main.d731b24f97a905b851b9151339aca0f6a9b1c45ed16584cee7a4113d98d2a3db570c096603fbf15fbe9bbf092715cc742abaea351b4767239dbfedfffc08ebdb.cssintegrity="sha512-1zGyT5epBbhRuRUTOayg9qmxxF7RZYTO56QRPZjSo9tXDAlmA/vxX76bvwknFcx0KrrqNRtHZyOdv+3//Ajr2w=="crossorigin=anonymous><noscript><style>img.lazyload{display:none}</style></noscript><metaname=robotscontent="index, follow"><metaname=googlebotcontent="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1"><metaname=bingbotcontent="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1"><title>PoW performance - mCaptcha</title><metaname=descriptioncontent="PoW performance of native and WASM implementations. Does the native implementation have and edge over the WASM library?"><linkrel=canonicalhref=/blog/pow-performance/><metaname=twitter:cardcontent="summary_large_image"><metaname=twitter:imagecontent="/blog/pow-performance/icon.png"><metaname=twitter:titlecontent="PoW performance"><metaname=twitter:descriptioncontent="PoW performance of native and WASM implementations. Does the native implementation have and edge over the WASM library?"><metaname=twitter:sitecontent="@"><metaname=twitter:creatorcontent="@"><metaproperty="og:title"content="PoW performance"><metaproperty="og:description"content="PoW performance of native and WASM implementations. Does the native implementation have and edge over the WASM library?"><metaproperty="og:type"content="article"><metaproperty="og:url"content="/blog/pow-performance/"><metaproperty="og:image"content="/blog/pow-performance/icon.png"><metaproperty="article:published_time"content="2021-05-26T00:00:00+00:00"><metaproperty="article:modified_time"content="2021-09-01T13:46:31+05:30"><metaproperty="og:site_name"content="mCaptcha"><metaproperty="article:publisher"content="https://www.facebook.com/"><metaproperty="article:author"content="https://www.facebook.com/"><metaproperty="og:locale"content="en_US"><scripttype=application/ld+json>{"@context":"http://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"\/"},{"@type":"ListItem","position":2,"name":"Blogpow Performance","item":"\/blogpow-performance\/"}]}</script><metaname=theme-colorcontent="#fff"><linkrel=apple-touch-iconsizes=180x180href=/apple-touch-icon.png><linkrel=icontype=image/pngsizes=32x32href=/favicon-32x32.png><linkrel=icontype=image/pngsizes=16x16href=/favicon-16x16.png><linkrel=manifesthref=/site.webmanifest></head><bodyclass="blog single"><divclass="header-bar fixed-top"></div><headerclass="navbar fixed-top navbar-expand-md navbar-light"><divclass=container><inputclass="menu-btn order-0"type=checkboxid=menu-btn>
usually use browsers to access a website.</p><p>I wanted to see how much of an advantage a native program would have
over our WASM library.</p><h2id=benchmark-tools>Benchmark tools</h2><p>So I wrote these to compare native and WASM performances:</p><ul><li>Browser benchmark: <ahref=https://mCaptcha.github.io/benches>https://mCaptcha.github.io/benches</a></li><li>Native benchmark: <ahref=https://github.com/mCaptcha/cli/blob/master/scripts/bench.sh>mCaptcha/cli managed by scripts/bench.sh</a></li></ul><divclass="alert alert-warning d-flex"role=alert><divclass="flex-shrink-1 alert-icon">⭐</div><divclass=w-100>Feel free to reproduce the results!</div></div><h2id=results>Results</h2><p>The tests were run on my development machine featuring an Intel Core
i7-9750h.</p><h3id=native>Native</h3><table><thead><tr><th>Difficulty</th><th>Real</th><th>User</th><th>Sys</th></tr></thead><tbody><tr><td>50000</td><td>0m0.040s</td><td>0m0.040s</td><td>0m0.000s</td></tr><tr><td>300000</td><td>0m0.122s</td><td>0m0.122s</td><td>0m0.000s</td></tr><tr><td>550000</td><td>0m0.124s</td><td>0m0.119s</td><td>0m0.003s</td></tr><tr><td>800000</td><td>0m0.123s</td><td>0m0.118s</td><td>0m0.003s</td></tr><tr><td>1050000</td><td>0m0.933s</td><td>0m0.932s</td><td>0m0.000s</td></tr><tr><td>1300000</td><td>0m1.227s</td><td>-</td><td>0m0.007s</td></tr><tr><td>1550000</td><td>0m1.260s</td><td>0m1.256s</td><td>0m0.003s</td></tr><tr><td>1800000</td><td>0m1.243s</td><td>0m1.242s</td><td>0m0.000s</td></tr><tr><td>2050000</td><td>0m2.524s</td><td>0m2.510s</td><td>0m0.000s</td></tr><tr><td>2300000</td><td>0m2.545s</td><td>0m2.543s</td><td>0m0.000s</td></tr><tr><td>2550000</td><td>0m2.561s</td><td>0m2.551s</td><td>0m0.004s</td></tr><tr><td>2800000</td><td>0m2.555s</td><td>0m2.540s</td><td>0m0.006s</td></tr><tr><td>3050000</td><td>0m2.513s</td><td>0m2.508s</td><td>0m0.000s</td></tr><tr><td>3300000</td><td>0m2.484s</td><td>0m2.481s</td><td>0m0.000s</td></tr><tr><td>3550000</td><td>0m2.643s</td><td>0m2.642s</td><td>0m0.000s</td></tr><tr><td>3800000</td><td>0m2.663s</td><td>0m2.661s</td><td>0m0.000s</td></tr><tr><td>4050000</td><td>0m2.663s</td><td>0m2.660s</td><td>0m0.000s</td></tr><tr><td>4300000</td><td>0m2.689s</td><td>0m2.683s</td><td>0m0.004s</td></tr><tr><td>4550000</td><td>0m2.688s</td><td>0m2.686s</td><td>0m0.000s</td></tr><tr><td>4800000</td><td>0m2.517s</td><td>0m2.509s</td><td>0m0.003s</td></tr></tbody></table><h3id=browser>Browser</h3><p>I ran the tests on both Firefox and Chromium to compare results</p><h3id=firefox>Firefox</h3><ul><li><strong>User Agent:</strong><code>Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0</code></li><li><strong>Hardware concurrency:</strong> 12</li></ul><table><thead><tr><th>Difficulty</th><th>Duration(in ms)</th></tr></thead><tbody><tr><td>500000</td><td>401</td></tr><tr><td>1000000</td><td>413</td></tr><tr><td>1500000</td><td>398</td></tr><tr><td>2000000</td><td>394</td></tr><tr><td>2500000</td><td>1495</td></tr><tr><td>3000000</td><td>1556</td></tr><tr><td>3500000</td><td>3971</td></tr><tr><td>4000000</td><td>4235</td></tr><tr><td>4500000</td><td>4116</td></tr></tbody></table><blockquote><p>To be fair, my Firefox installation is loaded with a gazillion
extensions while the Chromium instance is clean, as I don’t use it
much</p></blockquote><h4id=chromium>Chromium</h4><ul><li><strong>User Agent:</strong><code>Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36</code></li><li><strong>Hardware concurrency:</strong> 12</li></ul><table><thead><tr><th>Difficulty</th><th>Duration(in ms)</th></tr></thead><tbody><tr><td>500000</td><td>399.40000000037253</td></tr><tr><td>1000000</td><td>354.6000000014901</td></tr><tr><td>1500000</td><td>351.19999999925494</td></tr><tr><td>2000000</td><td>353.80000000074506</td></tr><tr><td>2500000</td><td>1337.800000000745</td></tr><tr><td>3000000</td><td>1311.199999999255</td></tr><tr><td>3500000</td><td>3417.5999999996275</td></tr><tr><td>4000000</td><td>3488.800000000745</td></tr><tr><td>4500000</td><td>3458.2999999988824</td></tr></tbody></table><h2id=conclusion>Conclusion</h2><p>At the highest difficulty factor, the native implementation was a almost second
faster than the WASM library. But the fact that both of them were able