File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ PACKAGE_mir_interpolate = package constant linear spline utility polynomial
51
51
PACKAGE_mir_math = sum numeric stat
52
52
PACKAGE_mir_math_func = expdigamma
53
53
PACKAGE_mir_ndslice_connect = cpython
54
- PACKAGE_mir_rc = package ptr array context
54
+ PACKAGE_mir_rc = package ptr array context slim_ptr
55
55
56
56
PACKAGE_mir_ndslice = \
57
57
allocation\
Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ $(BOOKTABLE ,
24
24
$(TR $(TDNW $(MREF mir,polynomial)) $(TD Polynomial ref-counted structure))
25
25
$(LEADINGROW Reference counting)
26
26
$(TR $(TDNW $(MREF mir,rc,array)) $(TD Thread safe reference count array and the iterator to adopt it to ndslice.))
27
- $(TR $(TDNW $(MREF mir,rc,ptr)) $(TD Thread safe reference count pointer for strucs and objects.))
27
+ $(TR $(TDNW $(MREF mir,rc,ptr)) $(TD Thread safe reference count pointer with polymorphism support for strucs and objects.))
28
+ $(TR $(TDNW $(MREF mir,rc,slim_ptr)) $(TD Thread safe reference count pointer for strucs and objects.))
28
29
$(LEADINGROW Containers)
29
30
$(TR $(TDNW $(MREF mir,series)★) $(TD Generic series suitable for time-series or semi-immutable ordered maps with CPU cache friendly binary search.))
30
31
$(TR $(TDNW $(MREF mir,container,binaryheap)★) $(TD Mir & BetterC rework of Phobos.))
You can’t perform that action at this time.
0 commit comments