Explore >> Select a destination


You are here

swatinem.de
| | mcyoung.xyz
4.7 parsecs away

Travel
| |
| | www.bazhenov.me
4.3 parsecs away

Travel
| | Introduction Link to heading Varint is a widely recognized technique used for compressing integer streams. Essentially, it suggests that it can be more efficient to encode a number using a variable-length representation instead of a fixed-size binary representation. By removing leading zeros from the binary number, the overall representation size can be reduced. This technique works particularly well for encoding smaller numbers. In this article, I provide a brief introduction and rationale for varint encoding. Additionally, I describe the Stream VByte format, which enables fully vectorized decoding through SSSE3 instructions. I also share my findings from implementing this algorithm in Rust, which includes both encoding and decoding primitives and the abili...
| | xoranth.net
3.0 parsecs away

Travel
| |
| | www.cesarsotovalero.net
27.1 parsecs away

Travel
| The next wave of extremely powerful and specialized AI models is coming, and it will likely revolutionize software engineering as we know it. As developers, we need to get the skills to surf the wave and keep our jobs. As with every technological breakthrough, AI will create new jobs and destroy others. In this article, I will focus on how you can keep your job in this new world dominated by AI. My focus is on software engineering jobs, but most of the principles I mentioned also apply to other professions.