Skip to content

ENH: add compression / direct calls to inline-msgpack #3832

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

Closed
jreback opened this issue Jun 10, 2013 · 2 comments
Closed

ENH: add compression / direct calls to inline-msgpack #3832

jreback opened this issue Jun 10, 2013 · 2 comments
Labels
Performance Memory or execution speed performance

Comments

@jreback
Copy link
Contributor

jreback commented Jun 10, 2013

link to #3831

  • compression is actually enabled (via blosc/zlib), pass compress='blosc', but
    need to pass this on packing AND unpacking, so defering this to 0.12
  • maybe should make blosc an included library as well (as blosc
    vastly outperforms zlib)
  • direct calls to inline msgpack interface to increase pack/unpack perf
@jreback jreback modified the milestones: 0.15.0, 0.14.0 Feb 14, 2014
@jreback jreback modified the milestones: 0.16.0, Next Major Release Mar 6, 2015
@pganssle
Copy link
Contributor

pganssle commented Jun 6, 2016

I know that the second point is not fixed, but I think the first point in this issue is now addressed, correct?

@jreback
Copy link
Contributor Author

jreback commented Jun 6, 2016

right, closed by #8031

@jreback jreback closed this as completed Jun 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Performance Memory or execution speed performance
Projects
None yet
Development

No branches or pull requests

2 participants