We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Header may be problematic because of memory align issues. A footer like this is proposed:
05DB : 1 nibble: version number, 3 nibbles: magic number
We also need to store the checksum, and optionally a timestamp. we can prefix them so the sdb_disk_footer() should do something like this:
928419A4 : timestamp (same as file? do we need it?) 38A0 ; checksum (crc16?) 05DB ; magic footer
Another benefit of using footers instead of headers is that you can make it grow without breaking the hashtable.
The text was updated successfully, but these errors were encountered:
Remove unused files (radareorg#24)
29ce973
No branches or pull requests
Header may be problematic because of memory align issues. A footer like this is proposed:
We also need to store the checksum, and optionally a timestamp. we can prefix them so the sdb_disk_footer() should do something like this:
Another benefit of using footers instead of headers is that you can make it grow without breaking the hashtable.
The text was updated successfully, but these errors were encountered: