How we reduced Vapor’s Penny Bot CI times to go from 10 and 14.5 minutes to 4 and 3 minutes.| swiftonserver.com
A curated list of misconceptions about mainstream compilers.| sbaziotis.com
The architecture of our product analytics event delivery pipeline.| canva.dev
Lighting fast, free, and unlimited remote access for OctoPrint, Klipper, and Bambu Lab 3D printers. Now made even faster using zstandard compression!| OctoEverywhere Blog
When implementing vertex/index decoders in meshoptimizer, the main focus was on lean implementation and decompression performance. When your streaming source is capable of delivering hundreds of megabytes per second, as is the case with SSD drives, and you want to accelerate loading by compressing the data further, you need to be decompressing at multiple hundreds of megabytes per second, ideally a gigabyte, to make sure a small number of CPU cores can keep up with IO. Keeping implementation ...| zeux.io
DEFLATE is a relatively slow compression algorithm from 1991, which (along with its wrapper format, zlib) is incredibly widely used, for example in the PNG, Zip and Gzip file formats and the HTTP, …| dougallj