Changeset: 4e61fa7b6418 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/4e61fa7b6418 Branch: default Log Message:
Merge with Jan2022 branch. diffs (26 lines): diff --git a/gdk/ChangeLog.Jan2022 b/gdk/ChangeLog.Jan2022 --- a/gdk/ChangeLog.Jan2022 +++ b/gdk/ChangeLog.Jan2022 @@ -1,6 +1,10 @@ # ChangeLog file for GDK # This file is updated with Maddlog +* Fri Apr 1 2022 Sjoerd Mullender <sjo...@acm.org> +- Improved speed of BATappend to empty varsized bat: we now just copy + the heaps instead of inserting individual values. + * Tue Mar 29 2022 Sjoerd Mullender <sjo...@acm.org> - Improved speed of projection (BATproject) on varsized bats by sharing the data heap (vheap). diff --git a/monetdb5/ChangeLog.Jan2022 b/monetdb5/ChangeLog.Jan2022 --- a/monetdb5/ChangeLog.Jan2022 +++ b/monetdb5/ChangeLog.Jan2022 @@ -1,3 +1,8 @@ # ChangeLog file for MonetDB5 # This file is updated with Maddlog +* Fri Apr 1 2022 Sjoerd Mullender <sjo...@acm.org> +- Improved parsing speed of blob values, especially on Windows. + On Windows, using the locale-aware functions isdigit and isxdigit is + comparatively very slow, so we avoid them. + _______________________________________________ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email to checkin-list-le...@monetdb.org