Explore >> Select a destination


You are here

mazzo.li
| | notes.volution.ro
7.3 parsecs away

Travel
| | About the many types of hash functions, their use-cases, dos and don'ts, with suggestions for currently accepted algorithms.
| | dougallj.wordpress.com
7.0 parsecs away

Travel
| | CRC32 is a checksum first proposed in 1961, and now used in a wide variety of performance sensitive contexts, from file formats (zip, png, gzip) to filesystems (ext4, btrfs) and protocols (like ethernet and SATA). So, naturally, a lot of effort has gone into optimising it over the years. However, I discovered a simple update...
| | moinakg.wordpress.com
6.6 parsecs away

Travel
| | In Pcompress, I have implemented a variant of the rolling hash based Content Defined Chunking that provides both deduplication accuracy and high performance. This post attempts to explain the chunking process, covers the chunking computations that are done in Pcompress and then talks about the new optimizations for very fast sliding window chunking (on the...
| | mathieuduponchelle.github.io
54.5 parsecs away

Travel
| [AI summary] This blog post discusses the implementation of a Python-based GStreamer audio test source element, highlighting its capabilities, properties, and integration with GStreamer's framework.