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

Suggestion: Support Protocol Buffers #5

Open
execute-ord66 opened this issue Jul 21, 2024 · 1 comment
Open

Suggestion: Support Protocol Buffers #5

execute-ord66 opened this issue Jul 21, 2024 · 1 comment

Comments

@execute-ord66
Copy link

Protocol Buffers are a language-neutral, platform-neutral, extensible way of serializing structured data for use in communications protocols, data storage, and more, originally designed at Google (see). Transitioning dictionary data files from JSON to Protocol Buffers could enhance data handling and processing speed for both import and export tasks.

@jamesmaa
Copy link
Contributor

I don't think protobuf solves the current performance bottleneck that yomitan is experiencing. From our understanding the main performance bottleneck is IndexedDb slowness. I don't think that can be easily solved with protobuf.

That said, I'm willing to be convinced if you can create a prototype that uses protobuf and compare the performance characteristics of each serde

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

2 participants