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

adding a good storable vector api on top #8

Open
cartazio opened this issue Mar 20, 2013 · 3 comments
Open

adding a good storable vector api on top #8

cartazio opened this issue Mar 20, 2013 · 3 comments

Comments

@cartazio
Copy link
Contributor

Hey all, as part of my hacking on writing a blosc-hs lib, i'll be sorting out having a good storable vector API there. That would probably be easy to apply the same work to providing that sort of api to lz4hs.

This would also probably entail enriching the header encoding info to allow (optionally) encoding the byte size of elements (when interpretable as such). Also that would probably be a good time to add a version byte to the front of the header so that future changes have the option of providing backwards compatibility

@mwotton
Copy link
Owner

mwotton commented Mar 20, 2013

if it still works with the C lz4 decoder/encoder, should be fine. otherwise better to call it something else, or discuss with Yann Collet to get protocol changes into the C lib.

@mwotton
Copy link
Owner

mwotton commented Jul 4, 2013

@cartazio do you still care about this?

@cartazio
Copy link
Contributor Author

cartazio commented Jul 5, 2013

depends on the context of the question, though yes at some point soon i'll be resuming messing with writing some compression codes for storable and unboxed arrays I think. (might be a month or several out though)

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