Skip to content

Add rangequeries#61

Open
ignaciomontoropineiro wants to merge 30 commits into
mainfrom
add-rangequeries
Open

Add rangequeries#61
ignaciomontoropineiro wants to merge 30 commits into
mainfrom
add-rangequeries

Conversation

@ignaciomontoropineiro

Copy link
Copy Markdown
Collaborator

No description provided.

Comment thread lib/algos/Fresh.cpp
Comment on lines +110 to +111
current_buffer->sax_records[workernumber] = (sax_type *)malloc(index->settings->sax_byte_size *
current_buffer->max_buffer_size[workernumber]);
Comment thread lib/algos/Fresh.cpp
Comment on lines +112 to +113
current_buffer->pos_records[workernumber] = (file_position_type *)malloc(index->settings->position_byte_size *
current_buffer->max_buffer_size[workernumber]);
Comment thread lib/algos/Fresh.cpp
{
current_buffer->max_buffer_size[workernumber] *= BUFFER_REALLOCATION_RATE;
current_buffer->sax_records[workernumber] = (sax_type *)realloc(current_buffer->sax_records[workernumber],
index->settings->sax_byte_size * current_buffer->max_buffer_size[workernumber]);
Comment thread lib/algos/Fresh.cpp
current_buffer->sax_records[workernumber] = (sax_type *)realloc(current_buffer->sax_records[workernumber],
index->settings->sax_byte_size * current_buffer->max_buffer_size[workernumber]);
current_buffer->pos_records[workernumber] = (file_position_type *)realloc(current_buffer->pos_records[workernumber],
index->settings->position_byte_size * current_buffer->max_buffer_size[workernumber]);
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.

2 participants