Skip to content

Conversation

@AlexeyRaga
Copy link

No description provided.

idx = fs_get_index_by_name(list, "rdata_fs");
if (idx >= 0) {
list = fs_get_fieldset_by_index(list, idx);
idx = fs_get_index_by_name(list, "rdata");

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do these idx values change record-by-record? If not, seems like you can bypass quite a lot of log(n) lookups via fs_get_index_by_name()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants