more NEWS;
authorwenzelm
Mon, 10 Apr 2023 23:21:47 +0200
changeset 77810 1a9decb8bfbc
parent 77809 8ee97b3841cc
child 77811 ae9e6218443d
child 77813 622ba814e01c
more NEWS;
NEWS
--- a/NEWS	Mon Apr 10 23:11:04 2023 +0200
+++ b/NEWS	Mon Apr 10 23:21:47 2023 +0200
@@ -292,6 +292,12 @@
   - The new "size" operation works with constant time complexity and
     minimal space overhead: small structures have no size descriptor.
 
+  - Various internal interfaces now use scalable Set() instances instead
+    of plain list, notably Thm.hyps_of and Thm.shyps_of. Minor
+    INCOMPATIBILITY: use e.g. Termset.dest to adapt the result, better
+    use proper Termset operations such as Termset.exists or Termset.fold
+    without the overhead of destruction.
+
 * 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