Tag: performance
All the articles with the tag "performance".
-
Redis: Single Thread vs Multithreading
Redis is one of the fastest in-memory databases, yet it runs on a single thread. Discover how eliminating locks, context switching, and synchronization overhead can outperform dozens of threads across multiple cores.
-
Protobuffers vs JSON over HTTP
A performance comparison between Protocol Buffers and JSON for data transfer over HTTP, with benchmark results showing why binary protocols are often faster and more efficient.