Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support variable length keys #4

Merged
merged 1 commit into from
Nov 18, 2020
Merged

Support variable length keys #4

merged 1 commit into from
Nov 18, 2020

Conversation

iand
Copy link
Owner

@iand iand commented Nov 18, 2020

Previosuly key length was a property of the data file. Records in the data file
stored the key in this fixed number of bytes after the data length marker.

This change removes the limitation of fixed length keys. Data records now
store the key length for each record in two bytes immediately after the data
length marker.

Previosuly key length was a property of the data file. Records in the data file
stored the key in this fixed number of bytes after the data length marker.

This change removes the limitation of fixed length keys. Data records now
store the key length for each record in two bytes immediately after the data
length marker.
@iand iand merged commit 467d8a6 into main Nov 18, 2020
@iand iand deleted the variable-length-keys branch November 18, 2020 14:11
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.

1 participant