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

store encoded s-expressions #2

Open
linas opened this issue Aug 12, 2020 · 0 comments
Open

store encoded s-expressions #2

linas opened this issue Aug 12, 2020 · 0 comments
Labels
enhancement New feature or request performance speed or size of storage

Comments

@linas
Copy link
Member

linas commented Aug 12, 2020

s-expressions are OK, but the database could be smaller if they were encoded by e.g. using an integer instead of the spelled-out type-name. Additional compression is possible, but at some point, the cpu-time of additional compression/decompression outweighs storage savings. Note also RocksDB has built-in compression, so this idea is kind-of questionable anyway?

@linas linas added enhancement New feature or request performance speed or size of storage labels Aug 12, 2020
@linas linas changed the title store enocded s-expressions store encoded s-expressions Feb 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request performance speed or size of storage
Projects
None yet
Development

No branches or pull requests

1 participant