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

Improve server startup time by serializing graph to/from disk using GHC.Serialized.serializeWithData #10

Open
runeksvendsen opened this issue Dec 24, 2024 · 0 comments

Comments

@runeksvendsen
Copy link
Owner

runeksvendsen commented Dec 24, 2024

https://downloads.haskell.org/ghc/latest/docs/libraries/ghc-boot-9.12.1-2bb4/GHC-Serialized.html#g:3

Seemingly a GHC-specific format, so include GHC version (or --info output?) in a header.

JSON deserialization seemingly can't be made sufficiently performant.

https://downloads.haskell.org/ghc/9.8.1-alpha4/docs/users_guide/using.html#ghc-flag---info

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

No branches or pull requests

1 participant