Flutter JSON vs Protocol Buffer: Benefits and performance
As discussed in the last post on Flutter JSOn decoding performance, we saw that parsing JSON on the main thread is usually the right choice. Today, we'll look at Protocol Buffers to increase performance further.