wenzelm [Sun, 16 Jun 2024 11:28:47 +0200] rev 80383
imitate internal policy of ByteArrayOutputStream: capacity is doubled after first push;
wenzelm [Sat, 15 Jun 2024 23:52:30 +0200] rev 80382
tuned whitespace;
wenzelm [Sat, 15 Jun 2024 23:49:06 +0200] rev 80381
unused;
wenzelm [Sat, 15 Jun 2024 23:47:04 +0200] rev 80380
Bytes.Builder is unsynchronized, like java.io.OutputBuffer;
wenzelm [Sat, 15 Jun 2024 23:24:24 +0200] rev 80379
notable performance tuning: avoid overhead of higher-order functions;
wenzelm [Sat, 15 Jun 2024 22:43:01 +0200] rev 80378
more efficient equals: avoid somewhat slow sha1_digest (see also 29b761e290c5, 306f273c91ec);
wenzelm [Sat, 15 Jun 2024 21:59:31 +0200] rev 80377
more scalable compression, using Bytes.Builder.Stream;
wenzelm [Sat, 15 Jun 2024 21:52:14 +0200] rev 80376
tuned: more uniform, less ambitious;