Bookmarks with tag "performance", page 1 of 3
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.
A transparent and streamlined modification of Windows. Designed to maximize your system's performance and optimize latency.
Qwik is a new kind of web framework that can deliver instant loading web applications at any size or complexity. Your sites and apps can boot with about 1kb of JS (regardless of application complexity), and achieve consistent performance at scale.