NEWS;
authorwenzelm
Mon, 10 Apr 2023 14:13:48 +0200
changeset 77801 e7cf427f8b2a
parent 77800 9a30b76a6f60
child 77802 25c114e2528e
NEWS;
NEWS
--- a/NEWS	Mon Apr 10 13:43:11 2023 +0200
+++ b/NEWS	Mon Apr 10 14:13:48 2023 +0200
@@ -284,6 +284,9 @@
 previous Table().set = unit table. See also instances such as structure
 Intset, Symset, Termset.
 
+* Functors Table() and Set() now provide efficient operation "size" with
+constant time complexity.
+
 * Operations ML_Heap.sizeof1 and ML_Heap.sizeof determine the object
 size on the heap in bytes. The latter works simultaneously on multiple
 objects, taking implicit sharing of values into account. Examples for