Encode/Decode JSON up to 10x Faster in Golang



Encode/Decode JSON up to 10x Faster in Golang

Encode/Decode JSON up to 10x Faster in Golang

In this video, I write benchmarks to compare the performance of golang’s standard “encoding/json” package and another open-source package called “json-iterator”

The result if not a surprise, it is clearly displayed on json-iterator’s website and README. But I wanted to do this anyway because, writing benchmarks in golang is fun and useful.

Code: github.com/arjunmahishi/jsoniter-vs-standard-package
jsoniter: github.com/json-iterator/go

Hope you find this video useful. To see more such videos, make sure you SUBSCRIBE to this channel because it’s hard for my videos to find their way into your feed otherwise 😛

Hit the LIKE button to support my content

—–
Music: “Joker” by Causmic
—–

Follow me on:
Twitter: https://twitter.com/arjunmahishi
Github: https://github.com/arjunmahishi

Join me on Discord: https://discord.gg/HvjzZt

#json #golang #performance #optimization #efficiency #encoding #decoding #gopher #developer #programming

Comments are closed.