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;
wenzelm [Sat, 15 Jun 2024 21:07:23 +0200] rev 80375
tuned;
wenzelm [Sat, 15 Jun 2024 20:49:15 +0200] rev 80374
minor performance tuning;