# # ChangeLog for libcfa/src/containers/string_res.cfa # # Generated by Trac 1.2.1 # Jun 16, 2024, 12:02:35 PM Wed, 23 Feb 2022 23:13:02 GMT Michael Brooks [08ed947] * libcfa/src/containers/string.cfa (modified) * libcfa/src/containers/string.hfa (modified) * libcfa/src/containers/string_res.cfa (modified) * libcfa/src/containers/string_res.hfa (modified) * tests/zombies/string-perf/.gitignore (modified) * tests/zombies/string-perf/Makefile (modified) * tests/zombies/string-perf/corpori-about.txt (added) * tests/zombies/string-perf/make-corpus.cfa (modified) * tests/zombies/string-perf/make-flamegraph.sh (added) * tests/zombies/string-perf/not_string_res.cfa (added) * tests/zombies/string-perf/not_string_res.hfa (added) * tests/zombies/string-perf/pbx-correctness-demos.cfa (added) * tests/zombies/string-perf/pbx-correctness-demos.cpp (added) * tests/zombies/string-perf/prog-allocn.cfa (added) * tests/zombies/string-perf/prog-find.cfa (added) * tests/zombies/string-perf/prog-normalize.cfa (added) * tests/zombies/string-perf/prog-passbyX.cfa (added) * tests/zombies/string-perf/prog-passbyval.cfa (added) * tests/zombies/string-perf/prog.cfa (modified) * tests/zombies/string-perf/qanal.py (added) * tests/zombies/string-perf/qrun.sh (added) Roll up of string changes for performance testing/improvement, and a ... Sun, 23 Jan 2022 22:29:07 GMT Michael Brooks [97c215f] * libcfa/src/containers/string_res.cfa (modified) string performance impovement by removing redundant traversal of ... Thu, 25 Nov 2021 02:10:18 GMT Michael Brooks [94647b0] * libcfa/src/containers/string_res.cfa (modified) String peformance improvement by removing all remaining uses of ... Mon, 15 Nov 2021 21:26:56 GMT Michael Brooks [1733184] * libcfa/src/containers/string_res.cfa (modified) * libcfa/src/containers/string_res.hfa (modified) Fixing LL API not allowing simple assignment. Removing accidentally ... Tue, 26 Oct 2021 20:27:10 GMT Michael Brooks [4e8df745] * libcfa/src/containers/string_res.cfa (modified) * libcfa/src/containers/string_res.hfa (modified) String performance improvements given hybrid design Wed, 20 Oct 2021 20:38:37 GMT Michael Brooks [2b30370] * libcfa/src/containers/string_res.cfa (modified) * tests/collections/.expect/string-api-coverage.txt (modified) * tests/collections/string-api-coverage.cfa (modified) Bug fixes for empty-string from no-arg ctor with sharing off Wed, 20 Oct 2021 01:55:27 GMT Michael Brooks [0ca15b7] * libcfa/src/containers/string_res.cfa (modified) * tests/collections/.expect/string-overwrite-noshare.txt (added) * tests/collections/string-overwrite-noshare.cfa (added) * tests/collections/string-overwrite.cfa (modified) String hybrid testing and fixing the overwrite cases Tue, 19 Oct 2021 18:55:36 GMT Michael Brooks [fe18b46] * libcfa/src/containers/string_res.cfa (modified) * tests/collections/.expect/string-api-coverage-noshare.txt (added) * tests/collections/string-api-coverage-noshare.cfa (added) * tests/collections/string-api-coverage.cfa (modified) String hybrid testing and fixing no-share version through the api- ... Tue, 19 Oct 2021 14:31:53 GMT Michael Brooks [6f7aff3] * libcfa/src/containers/string_res.cfa (modified) * tests/collections/string-api-coverage.cfa (modified) * tests/collections/string-ctx-manage.cfa (modified) String hybrid assignment to unshared now optimizes to overwrite ... Mon, 18 Oct 2021 20:31:04 GMT Michael Brooks [7b0e8b7] * libcfa/src/containers/string_res.cfa (modified) * libcfa/src/containers/string_res.hfa (modified) * tests/collections/.expect/string-ctx-manage.txt (modified) * tests/collections/.expect/string-gc.txt (modified) * tests/collections/string-ctx-manage.cfa (modified) * tests/collections/string-gc.cfa (modified) String heap growth implemented Thu, 14 Oct 2021 01:52:02 GMT Michael Brooks [804bf677] * libcfa/src/containers/string_res.cfa (modified) * libcfa/src/containers/string_res.hfa (modified) * tests/collections/.expect/string-ctx-manage.txt (modified) * tests/collections/string-ctx-manage.cfa (modified) String hybrid: Basic cases of solo alloc now working Thu, 07 Oct 2021 18:13:46 GMT Michael Brooks [4b3b352] * libcfa/src/containers/string.cfa (modified) * libcfa/src/containers/string.hfa (modified) * libcfa/src/containers/string_res.cfa (modified) * tests/collections/.expect/string-ctx-manage.txt (modified) * tests/collections/string-ctx-manage.cfa (modified) String hybrid has working separated sharing contexts Thu, 30 Sep 2021 02:46:52 GMT Michael Brooks [0f781fb8] * libcfa/src/Makefile.am (modified) * libcfa/src/containers/string_res.cfa (modified) * libcfa/src/containers/string_res.hfa (modified) * libcfa/src/containers/string_sharectx.hfa (added) * tests/collections/.expect/string-ctx-manage.txt (added) * tests/collections/string-ctx-manage.cfa (added) * tests/collections/string-gc.cfa (modified) Refactoring of string internals. Existing tests pass. Adding ... Tue, 28 Sep 2021 18:45:42 GMT Michael Brooks [218096f] * libcfa/src/containers/string_res.cfa (modified) * libcfa/src/containers/string_res.hfa (modified) String performance improvements Tue, 21 Sep 2021 02:41:29 GMT Michael Brooks [6cc87c0] * libcfa/src/containers/string_res.cfa (modified) * libcfa/src/containers/string_res.hfa (modified) * tests/collections/.expect/string-gc.txt (added) * tests/collections/.expect/string-overwrite.txt (added) * tests/collections/string-gc.cfa (added) * tests/collections/string-overwrite.cfa (added) String bug fixes and new tests. Enabled white-box visibility ... Wed, 08 Sep 2021 20:40:08 GMT Michael Brooks [d8d512e] * libcfa/src/containers/string_res.cfa (modified) * libcfa/src/containers/string_res.hfa (modified) Reorganizing string constructor/assignment overload calls for better ... Fri, 03 Sep 2021 17:15:06 GMT Michael Brooks [f450f2f] * libcfa/src/Makefile.am (modified) * libcfa/src/containers/string.cfa (added) * libcfa/src/containers/string.hfa (added) * libcfa/src/containers/string_res.cfa (added) * libcfa/src/containers/string_res.hfa (added) * tests/collections/.expect/string-api-coverage.txt (added) * tests/collections/string-api-coverage.cfa (added) Baseline of the string implementation.