Function1 could use faster searching in input is sorted
If the table is sorted in increasing order we could use a binary search (e.g. ListOps::findLower) to speed up interpolation.
Site will likely be offline for maintenance 14/15 April - more details soon
If the table is sorted in increasing order we could use a binary search (e.g. ListOps::findLower) to speed up interpolation.
Seems to be solved for all 'TableBase' derived Function1
s (CSV, Table, TableFile). These all use binary search.
closed