Bookmarks with tag "performance", page 1 of 3
Scan for React performance issues and eliminate slow renders in your app
Sometimes, a seemingly simple and obvious solution can lead to a series of problems later on. This is especially true when adding retries.
Get JSON values quickly - JSON parser for Go
A ✨ blazingly ✨ fast JSON serializing & deserializing library, accelerated by JIT (just-in-time compiling) and SIMD (single-instruction-multiple-data).
Fast JSON encoder/decoder compatible with encoding/json for Go
The Ultimate Packer for eXecutables
MessagePack is an efficient binary serialization format. It lets you exchange data among multiple languages like JSON. But it's faster and smaller. Small integers are encoded into a single byte, and typical short strings require only one extra byte in addition to the strings themselves.
Optimization isn't always about multi-threading and optimizing hardware utilization. in fact, most performance work is about simply doing less
Open-source load testing tool.
Map-like, concurrent promise processing.
Richard Schneeman explains how Ruby uses memory, running through various examples and methods. This information is something every Ruby dev should know.