Explore >> Select a destination


You are here

blog.spiraldb.com
| | nakabonne.dev
2.5 parsecs away

Travel
| | It covers how to make a time-series database engine from scratch
| | tia.mat.br
4.4 parsecs away

Travel
| | [AI summary] The blog post discusses the implementation of a Huffman decoder for HTTP/2's HPACK compression, focusing on efficiently decoding variable-length codes. It describes the use of multiple tables to handle different code lengths, the process of reading and parsing the Huffman table from an RFC document, and generating C code for the decoder. The author also outlines the structure of the decoder, including handling of different code lengths, table chaining, and the use of bit manipulation techniques. The post highlights the challenges and considerations in implementing the decoder, such as memory management, performance optimization, and code generation. The author acknowledges the need for further testing and refinement before the decoder can be use...
| | www.nayuki.io
6.0 parsecs away

Travel
| | [AI summary] This document defines the 'deflate' compressed data format, which is used in various applications like GZIP and PNG. It outlines the structure of compressed data, including headers, Huffman codes for compression, and the use of LZ77 for data compression. The document also covers compliance requirements, compression algorithms, and references to relevant standards and patents. The format is designed to be efficient and widely applicable, with a focus on decompression and data integrity.
| | blog.bytequalia.com
18.0 parsecs away

Travel
| oke-autoscaler is an open source Kubernetes node autoscaler for Oracle Container Engine for Kubernetes (OKE). The oke-autoscaler provides an automated mechanism to scale OKE clusters by adding or removing nodes from a worker node pool.