You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be better if the constructor throws an exception if the
index_block_size is too large (maybe there is a reason for allowing block sizes
that can accomodate illegal key lengths ? )
What steps will reproduce the problem?
Constructors of the form: DiskTreap<FastString, byte[]>(index_block_size,
indexFile);
should check the index_block_size-DiskTreapNode.STRING_KEY_OVER_HEAD is not
greater than 127
Original issue reported on code.google.com by [email protected] on 4 Sep 2011 at 5:05
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 4 Sep 2011 at 5:05The text was updated successfully, but these errors were encountered: