Sun, 16 Jun 2024 11:59:16 +0200 |
wenzelm |
minor performance tuning;
|
file |
diff |
annotate
|
Sun, 16 Jun 2024 11:50:42 +0200 |
wenzelm |
tuned module structure;
|
file |
diff |
annotate
|
Sun, 16 Jun 2024 11:41:22 +0200 |
wenzelm |
tuned names;
|
file |
diff |
annotate
|
Sun, 16 Jun 2024 11:28:47 +0200 |
wenzelm |
imitate internal policy of ByteArrayOutputStream: capacity is doubled after first push;
|
file |
diff |
annotate
|
Sat, 15 Jun 2024 23:52:30 +0200 |
wenzelm |
tuned whitespace;
|
file |
diff |
annotate
|
Sat, 15 Jun 2024 23:49:06 +0200 |
wenzelm |
unused;
|
file |
diff |
annotate
|
Sat, 15 Jun 2024 23:47:04 +0200 |
wenzelm |
Bytes.Builder is unsynchronized, like java.io.OutputBuffer;
|
file |
diff |
annotate
|
Sat, 15 Jun 2024 23:24:24 +0200 |
wenzelm |
notable performance tuning: avoid overhead of higher-order functions;
|
file |
diff |
annotate
|
Sat, 15 Jun 2024 22:43:01 +0200 |
wenzelm |
more efficient equals: avoid somewhat slow sha1_digest (see also 29b761e290c5, 306f273c91ec);
|
file |
diff |
annotate
|
Sat, 15 Jun 2024 21:59:31 +0200 |
wenzelm |
more scalable compression, using Bytes.Builder.Stream;
|
file |
diff |
annotate
|
Sat, 15 Jun 2024 21:52:14 +0200 |
wenzelm |
tuned: more uniform, less ambitious;
|
file |
diff |
annotate
|
Sat, 15 Jun 2024 21:07:23 +0200 |
wenzelm |
tuned;
|
file |
diff |
annotate
|
Sat, 15 Jun 2024 20:49:15 +0200 |
wenzelm |
minor performance tuning;
|
file |
diff |
annotate
|
Sat, 15 Jun 2024 20:44:09 +0200 |
wenzelm |
minor performance tuning;
|
file |
diff |
annotate
|
Sat, 15 Jun 2024 20:30:31 +0200 |
wenzelm |
minor performance tuning;
|
file |
diff |
annotate
|
Sat, 15 Jun 2024 20:17:43 +0200 |
wenzelm |
tuned;
|
file |
diff |
annotate
|
Sat, 15 Jun 2024 20:14:53 +0200 |
wenzelm |
tuned;
|
file |
diff |
annotate
|
Sat, 15 Jun 2024 20:14:24 +0200 |
wenzelm |
clarified signature;
|
file |
diff |
annotate
|
Sat, 15 Jun 2024 17:16:14 +0200 |
wenzelm |
minor performance tuning;
|
file |
diff |
annotate
|
Sat, 15 Jun 2024 17:12:49 +0200 |
wenzelm |
support large byte arrays, using multiple "chunks";
|
file |
diff |
annotate
|
Thu, 13 Jun 2024 15:08:24 +0200 |
wenzelm |
tuned;
|
file |
diff |
annotate
|
Wed, 12 Jun 2024 22:09:16 +0200 |
wenzelm |
clarified hash and equality: depend on sha1 digest to be collision-free;
|
file |
diff |
annotate
|
Wed, 12 Jun 2024 21:59:44 +0200 |
wenzelm |
clarified signature;
|
file |
diff |
annotate
|
Wed, 12 Jun 2024 21:56:01 +0200 |
wenzelm |
tuned source structure;
|
file |
diff |
annotate
|
Wed, 12 Jun 2024 21:44:30 +0200 |
wenzelm |
tuned signature;
|
file |
diff |
annotate
|
Wed, 12 Jun 2024 21:40:13 +0200 |
wenzelm |
minor performance tuning;
|
file |
diff |
annotate
|
Wed, 12 Jun 2024 16:58:55 +0200 |
wenzelm |
proper sha1_digest: need to include offset + length;
|
file |
diff |
annotate
|
Tue, 11 Jun 2024 21:32:26 +0200 |
wenzelm |
clarified signature: pro-forma support for Bytes with size: Long;
|
file |
diff |
annotate
|
Tue, 11 Jun 2024 16:48:20 +0200 |
wenzelm |
minor performance tuning;
|
file |
diff |
annotate
|
Tue, 11 Jun 2024 16:39:53 +0200 |
wenzelm |
clarified signature (again);
|
file |
diff |
annotate
|
Tue, 11 Jun 2024 16:32:10 +0200 |
wenzelm |
clarified signature: discontinue somewhat misleading Bytes <: CharSequence;
|
file |
diff |
annotate
|
Tue, 11 Jun 2024 16:02:33 +0200 |
wenzelm |
minor performance tuning;
|
file |
diff |
annotate
|
Tue, 11 Jun 2024 15:49:39 +0200 |
wenzelm |
clarified signature: more accurate types;
|
file |
diff |
annotate
|
Tue, 11 Jun 2024 14:18:19 +0200 |
wenzelm |
clarified signature;
|
file |
diff |
annotate
|
Sun, 21 Jan 2024 14:05:14 +0100 |
wenzelm |
clarified signature: explicit type isabelle.Url to avoid oddities of java.net.URL (e.g. its "equals" method);
|
file |
diff |
annotate
|
Sun, 21 Jan 2024 13:18:05 +0100 |
wenzelm |
unused;
|
file |
diff |
annotate
|
Sun, 12 Nov 2023 12:26:08 +0100 |
wenzelm |
tuned signature: more operations;
|
file |
diff |
annotate
|
Sat, 11 Nov 2023 22:17:14 +0100 |
wenzelm |
proper check_file operation via File.space (amending 6ad3a412ed97 --- broken in Isabelle2023);
|
file |
diff |
annotate
|
Sat, 11 Nov 2023 22:14:38 +0100 |
wenzelm |
clarified signature;
|
file |
diff |
annotate
|
Sat, 28 Oct 2023 19:13:02 +0200 |
wenzelm |
prefer old-style import "=>";
|
file |
diff |
annotate
|
Sun, 02 Jul 2023 19:05:59 +0200 |
wenzelm |
tuned: prefer Scala over Java;
|
file |
diff |
annotate
|
Thu, 22 Jun 2023 14:51:37 +0200 |
wenzelm |
more operations;
|
file |
diff |
annotate
|
Sun, 26 Mar 2023 19:51:35 +0200 |
wenzelm |
clarified signature;
|
file |
diff |
annotate
|
Sun, 26 Mar 2023 19:36:00 +0200 |
wenzelm |
tuned signature;
|
file |
diff |
annotate
|
Sun, 26 Mar 2023 19:31:05 +0200 |
wenzelm |
tuned output;
|
file |
diff |
annotate
|
Sun, 26 Mar 2023 15:02:08 +0200 |
wenzelm |
tuned;
|
file |
diff |
annotate
|
Sun, 26 Mar 2023 14:45:28 +0200 |
wenzelm |
tuned output;
|
file |
diff |
annotate
|
Sun, 26 Mar 2023 14:36:47 +0200 |
wenzelm |
tuned performance: much faster low-level operation;
|
file |
diff |
annotate
|
Sun, 26 Mar 2023 14:24:38 +0200 |
wenzelm |
clarified signature: more general operation Bytes.read_slice;
|
file |
diff |
annotate
|
Sat, 22 Oct 2022 16:56:17 +0200 |
wenzelm |
tuned: avoid redundant copy of potentially large array;
|
file |
diff |
annotate
|
Fri, 21 Oct 2022 21:39:38 +0200 |
wenzelm |
clarified signature;
|
file |
diff |
annotate
|
Fri, 21 Oct 2022 18:06:32 +0200 |
wenzelm |
clarified signature;
|
file |
diff |
annotate
|
Fri, 21 Oct 2022 16:39:31 +0200 |
wenzelm |
generic support for XZ and Zstd compression in Isabelle/Scala;
|
file |
diff |
annotate
|
Fri, 21 Oct 2022 14:45:13 +0200 |
wenzelm |
clarified signature: default cache is actually dummy and not changed dynamically;
|
file |
diff |
annotate
|
Sat, 01 Oct 2022 21:13:45 +0200 |
wenzelm |
clarified signature: more operations;
|
file |
diff |
annotate
|
Wed, 27 Jul 2022 13:13:59 +0200 |
wenzelm |
clarified while-loops;
|
file |
diff |
annotate
|
Sat, 25 Jun 2022 13:19:15 +0200 |
wenzelm |
clarified modules;
|
file |
diff |
annotate
|
Wed, 22 Jun 2022 13:42:30 +0200 |
wenzelm |
clarified signature;
|
file |
diff |
annotate
|
Wed, 22 Jun 2022 11:23:53 +0200 |
wenzelm |
tuned signature;
|
file |
diff |
annotate
|
Wed, 22 Jun 2022 11:09:31 +0200 |
wenzelm |
clarified types and defaults;
|
file |
diff |
annotate
|