Обложка канала

Библиотека Go разработчика

8531 @goproglib

Полезные материалы по всему, что может быть полезно разработчику на Go.

Библиотека Go разработчика

3 года назад
Открыть в
WebAssembly: сравнение Go, Rust и AssemblyScript на реальных примерах. Читать
WebAssembly: Go vs Rust vs AssemblyScript

Imagine you are working on the next big thing that runs in the browser, and it requires some heavy-duty code, which need to run fast and efficient. You remember that your friend Jack told you about WebAssembly (Wasm), which supposedly runs faster than JavaScript (JS), so you decide to check it out. The thing you are working on involves sorting large amounts of data, so you test a pure JS implementation first.

Ecostack