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.
If the table is sorted in increasing order we could use a binary search (e.g. ListOps::findLower) to speed up interpolation.
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Link issues together to show that they're related. Learn more.
Seems to be solved for all 'TableBase' derived Function1
s (CSV, Table, TableFile). These all use binary search.
closed