src/Pure/General/table.ML
Mon, 11 Dec 2023 19:51:30 +0100 wenzelm more operations;
Thu, 07 Dec 2023 09:58:12 +0100 wenzelm more operations;
Thu, 30 Nov 2023 13:35:17 +0100 wenzelm tuned;
Thu, 30 Nov 2023 13:25:06 +0100 wenzelm misc tuning and clarification;
Thu, 30 Nov 2023 12:23:47 +0100 wenzelm slightly more compact heap: better sharing of persistent tuples;
Sun, 07 May 2023 12:30:11 +0200 wenzelm minor performance tuning;
Sat, 06 May 2023 13:42:03 +0200 wenzelm more operations;
Fri, 05 May 2023 23:48:14 +0200 wenzelm minor performance tuning;
Wed, 19 Apr 2023 14:29:52 +0200 wenzelm minor performance tuning: avoid excessive (de)constructions for base cases;
Wed, 19 Apr 2023 11:10:52 +0200 wenzelm unused (see also 864c7c684651 and b6aa5eac0a1a);
Tue, 11 Apr 2023 13:06:43 +0200 wenzelm more operations;
Tue, 11 Apr 2023 09:49:30 +0200 wenzelm more compact data: approx. 75% .. 85% of AList size;
Tue, 11 Apr 2023 09:01:09 +0200 wenzelm tuned;
Mon, 10 Apr 2023 18:16:33 +0200 wenzelm more Set() and Table() instances;
Mon, 10 Apr 2023 14:59:40 +0200 wenzelm performance tuning: make_size accounts for boxes, i.e. pointer derefs required in "count";
Mon, 10 Apr 2023 13:43:11 +0200 wenzelm performance tuning;
Mon, 03 Apr 2023 21:16:32 +0200 wenzelm tuned;
Mon, 03 Apr 2023 21:13:46 +0200 wenzelm clarified signature: more uniform Table() vs. Set();
Sat, 01 Apr 2023 13:04:59 +0200 wenzelm tuned: prefer "build" combinator;
Wed, 29 Mar 2023 12:25:24 +0200 wenzelm tuned comments (amending 1951f6470792);
Wed, 29 Mar 2023 12:24:50 +0200 wenzelm tuned;
Wed, 29 Mar 2023 12:05:56 +0200 wenzelm discontinue somewhat pointless is_single, which also depends on details of internal data representation;
Wed, 29 Mar 2023 12:02:34 +0200 wenzelm more compact data: approx. 0.85 .. 1.10 of plain list size;
Wed, 29 Mar 2023 10:34:50 +0200 wenzelm slightly more compact data;
Tue, 28 Mar 2023 22:46:38 +0200 wenzelm tuned;
Tue, 28 Mar 2023 22:43:05 +0200 wenzelm more compact representation of leaf nodes: only 1.10 .. 1.33 larger than plain list;
Tue, 28 Mar 2023 19:43:49 +0200 wenzelm tuned --- fewer compiler warnings;
Tue, 28 Mar 2023 19:07:58 +0200 wenzelm tuned;
Tue, 28 Mar 2023 19:03:39 +0200 wenzelm tuned;
Tue, 28 Mar 2023 18:10:45 +0200 wenzelm tuned signature: more uniform structure Key;
Tue, 28 Mar 2023 17:30:39 +0200 wenzelm tuned names: "e" means "entry" in table.ML and "elem" in set.ML;
Mon, 27 Mar 2023 16:24:54 +0200 wenzelm tuned whitespace;
Thu, 09 Sep 2021 14:50:26 +0200 wenzelm clarified set of items with order of addition;
Thu, 09 Sep 2021 12:33:14 +0200 wenzelm clarified signature;
Sat, 04 Sep 2021 21:25:08 +0200 wenzelm clarified signature;
Sat, 04 Sep 2021 13:49:26 +0200 wenzelm more scalable operations;
Tue, 20 Aug 2019 11:01:05 +0200 wenzelm clarified signature;
Wed, 31 Jan 2018 14:20:39 +0100 wenzelm performance fine-tuning of hot spot;
Tue, 30 Jan 2018 16:05:33 +0100 wenzelm more operations;
Mon, 29 Jan 2018 22:25:07 +0100 wenzelm clarified operations;
Sun, 29 Oct 2017 19:39:03 +0100 wenzelm more recent polyml-test version;
Fri, 15 Jul 2016 23:47:07 +0200 wenzelm more operations;
Sat, 02 Apr 2016 21:10:07 +0200 wenzelm careful export of type-dependent functions, without losing their special status;
Thu, 03 Mar 2016 11:59:03 +0100 wenzelm clarified modules;
Tue, 18 Nov 2014 20:56:34 +0100 wenzelm clarified Table.make_set: duplicate arguments are allowed, like Table.make_list or Scala Set() formation;
Tue, 11 Mar 2014 13:58:22 +0100 wenzelm tuned comment;
Mon, 24 Feb 2014 19:44:09 +0100 wenzelm optimize special case according to Library.merge (see also 8fbc355100f2, 520872460b7b);
Fri, 17 May 2013 13:46:18 +0200 wenzelm tuned signature;
Mon, 26 Nov 2012 20:09:51 +0100 wenzelm convenience operations for table as set;
Thu, 24 May 2012 15:33:45 +0200 wenzelm simplified Poly/ML setup -- 5.3.0 is now the common base-line;
Sat, 20 Aug 2011 22:28:53 +0200 wenzelm tuned Table.delete_safe: avoid potentially expensive attempt of delete;
Wed, 13 Jul 2011 16:42:14 +0200 wenzelm Table.lookup_key and Graph.get_entry allow to retrieve the original key, which is not necessarily identical to the given one;
Wed, 01 Sep 2010 15:33:59 +0200 haftmann replaced Table.map' by Table.map
Mon, 23 Aug 2010 15:11:41 +0200 wenzelm added ML toplevel pretty-printing for tables, using dummy for anything other than Poly/ML 5.3.0 (or later);
Sat, 06 Feb 2010 16:32:34 +0100 wenzelm removed unused "boundary" of Table/Graph.get_first;
Sun, 25 Oct 2009 19:14:11 +0100 wenzelm merge_list: no exception DUP here;
Thu, 09 Jul 2009 22:01:41 +0200 wenzelm renamed functor TableFun to Table, and GraphFun to Graph;
Sun, 14 Jun 2009 03:02:25 +0200 wenzelm improved correctness of get_first (boundary check);
Sat, 13 Jun 2009 22:01:33 +0200 wenzelm improved get_first: check boundary before entering subtrees;
Sat, 13 Jun 2009 19:19:14 +0200 wenzelm native get_first, with optional boundary;
less more (0) -100 -60 tip