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

Added Bzip2 wasm support #531

Merged
merged 9 commits into from
Jun 27, 2019
Merged

Conversation

mattnotmitt
Copy link
Collaborator

Added bzip2 compression support through libbzip2-wasm. I'm investigating using the decompression from this WASM library as well, I'll compare it to the pure JS implementation we are currently using.

@mattnotmitt mattnotmitt changed the title Added Bzip2 compression support Added Bzip2 wasm support Apr 7, 2019
@mattnotmitt
Copy link
Collaborator Author

I've changed the implementation of the decompression operation to use a wasm backend as well. It's now 4x faster so I've fully replaced it.

@n1474335 n1474335 merged commit 1840890 into gchq:master Jun 27, 2019
@mattnotmitt mattnotmitt deleted the features/bz2-comp branch October 1, 2019 21:53
This pull request was closed.
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

Successfully merging this pull request may close these issues.

2 participants