Bookmarks with tag "performance", page 1 of 4
Headless UI for Virtualizing Large Element Lists
A cache stampede is a type of cascading failure that can occur when massively parallel computing systems with caching mechanisms come under a very high load.
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.