log

age author description
Fri, 18 Oct 2024 14:02:18 +0200 Franz Glasner farray.sh: Optimize farray_sort(): use setvar instead of eval where possible.
Wed, 16 Oct 2024 23:58:16 +0200 Franz Glasner farray.sh: FIX: Remove duplicate eval calls
Wed, 16 Oct 2024 13:05:30 +0200 Franz Glasner farray.sh: FIX: falist_clear did release keys instead of values: this is now fixed
Thu, 10 Oct 2024 16:43:52 +0200 Franz Glasner farray.sh: Implement a variant of the exact binary search: "leftmost search" in "farray_binsearch_leftmost()"
Thu, 10 Oct 2024 14:04:16 +0200 Franz Glasner farray.sh: extra tests for falist_find/farray_find in empty collections
Thu, 10 Oct 2024 13:31:14 +0200 Franz Glasner farray.sh: Allow some end indexes "0" when the array/alist is empty
Thu, 10 Oct 2024 13:27:50 +0200 Franz Glasner farray.sh: Implement binary lexicographical search in "farray_binsearch()".