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

Simple binary encoding and decoding #5

Merged
merged 1 commit into from
Nov 20, 2024
Merged

Simple binary encoding and decoding #5

merged 1 commit into from
Nov 20, 2024

Conversation

govereau
Copy link
Collaborator

A prototype for a binary serialization format.
Proof of concept for a specification document.

@govereau govereau added the enhancement New feature or request label Nov 14, 2024
@govereau govereau self-assigned this Nov 14, 2024
@govereau govereau requested a review from jtristan as a code owner November 14, 2024 19:18
Copy link
Collaborator

@seanmcl seanmcl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

NKL.lean Show resolved Hide resolved
NKL/Encode.lean Show resolved Hide resolved
NKL/Encode.lean Outdated Show resolved Hide resolved
NKL/Encode.lean Outdated Show resolved Hide resolved
NKL/Encode.lean Outdated Show resolved Hide resolved
NKL/Encode.lean Show resolved Hide resolved
NKL/Encode.lean Outdated Show resolved Hide resolved
Add support for binary serialization and deserialization,
using a simple encoding. This encoding should be more stable
and easier to parse than JSON.
@govereau govereau merged commit 9e0e37e into main Nov 20, 2024
1 check passed
@govereau govereau deleted the pg-encode branch November 20, 2024 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants