Y
Hacker News
new
|
ask
|
show
|
jobs
by
formerly_proven
980 days ago
A 32-byte key would allow using NVMe KV directly for content-addressed storage; many of those systems use 256-bit / 32-byte cryptographic hashes as keys. Notable exception would be git with 20-byte keys.
1 comments
londons_explore
980 days ago
You can still do this... Just use the first 16 bytes as the key, and the 2nd 16 bytes as the start of the data.
link