wenzelm [Sat, 15 Jun 2024 20:49:15 +0200] rev 80374
minor performance tuning;
wenzelm [Sat, 15 Jun 2024 20:44:09 +0200] rev 80373
minor performance tuning;
clarified signature;
wenzelm [Sat, 15 Jun 2024 20:30:31 +0200] rev 80372
minor performance tuning;
wenzelm [Sat, 15 Jun 2024 20:29:50 +0200] rev 80371
clarified signature;
wenzelm [Sat, 15 Jun 2024 20:17:43 +0200] rev 80370
tuned;
wenzelm [Sat, 15 Jun 2024 20:14:53 +0200] rev 80369
tuned;
wenzelm [Sat, 15 Jun 2024 20:14:24 +0200] rev 80368
clarified signature;
wenzelm [Sat, 15 Jun 2024 17:16:14 +0200] rev 80367
minor performance tuning;
wenzelm [Sat, 15 Jun 2024 17:12:49 +0200] rev 80366
support large byte arrays, using multiple "chunks";
support incremental builder;
clarified "limit" (valid >= 0) vs. "hint" (valid > 0);
clarified byte access: prefer unchecked acces and iterators internally;
wenzelm [Sat, 15 Jun 2024 12:27:57 +0200] rev 80365
clarified File.eq_content, following 306f273c91ec;