Changeset: 2cd7ea2c3864 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/2cd7ea2c3864 Added Files: ChangeLog.strimps-updates Branch: strimps-updates Log Message:
Add changelog entry diffs (15 lines): diff --git a/ChangeLog.strimps-updates b/ChangeLog.strimps-updates new file mode 100644 --- /dev/null +++ b/ChangeLog.strimps-updates @@ -0,0 +1,10 @@ +# ChangeLog file for strimpsv2 +# This file is updated with Maddlog + +* Mon Jul 17 2023 Panagiotis Koutsourakis <[email protected]> +- Implemented direct masking for strimp construction. The strimps + datastructure now keeps an array of 65K 64-bit integers that is zero + everywhere except at the indexes that correspond to header pairs. The + entry for the nth pair in order has the nth bit of the bitstring + on. These can be used to quickly construct bitstrings. + _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
