performance-analysis

2 articles
sort: new top best
clear filter
0 5/10

Analysis of write throughput limitations in Apache Iceberg through discrete event simulation, demonstrating that single-table commit rates are bottlenecked by storage I/O at 1-2 commits/sec, with catalog compare-and-set latency having modest impact on single-writer workloads but conflict resolution workloads causing significant latency spikes.

Apache Iceberg Apache Hudi Delta Lake Lance Chris Douglas Endive
cdouglas.github.io · karsinkk · 1 day ago · details · hn
0 6/10
technical-analysis

A detailed technical comparison of compression algorithms (gzip, zstd, xz, brotli, lzip, bzip2, bzip3) for optimizing code size in resource-constrained environments, demonstrating that bzip/bzip2 achieves superior compression ratios for text-like data through Burrows-Wheeler Transform rather than LZ77, while maintaining a smaller decoder footprint.

bzip2 bzip3 LibDeflate ComputerCraft zstd xz gzip brotli lzip purplesyringa
purplesyringa.moe · enz · 1 day ago · details · hn