/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

blog.spiraldb.com
| | www.euccas.me
2.2 parsecs away

Travel
| | [AI summary] This technical article provides a comprehensive in-depth explanation of the zlib library, covering its internal implementation of the deflate algorithm (LZ77 and Huffman encoding), I/O buffering strategies, and various performance optimizations from companies like Intel, Google, and Facebook.
| | quanttype.net
4.2 parsecs away

Travel
| | A talk given at Helsinki Python Meetup.
| | nakabonne.dev
2.5 parsecs away

Travel
| | It covers how to make a time-series database engine from scratch
| | loonytek.com
29.9 parsecs away

Travel
| [Sharing my answer to the above question on Quora] Horizontal Scaling - also referred to as "scale-out" is basically the addition of more machines or setting up a cluster or a distributed environment for your software system. This usually requires a load-balancer program which is a middle-ware component in the standard 3 tier client-server architectural...