Skip to content

Instantly share code, notes, and snippets.

@amacal
Created April 18, 2021 09:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amacal/566d81df22b2b9a6c027e2c3098e2166 to your computer and use it in GitHub Desktop.
Save amacal/566d81df22b2b9a6c027e2c3098e2166 to your computer and use it in GitHub Desktop.
public struct DataReference
{
public short Block;
public int Offset;
public byte KeyLength;
public ushort ValueLength;
}
public struct DataNode
{
public int Next;
public DataReference Reference;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment