34 Commits (16cc793f924e1ea067cadfc3bf13ffa7d8190cd2)
 

Author SHA1 Message Date
trivernis 16cc793f92 Expose function to add decompression chunks 5 years ago
trivernis 726977a1b3 Fix wrong mathematical operation used 5 years ago
trivernis cb0251c3e3 Change to at least use one thread for decompression 5 years ago
trivernis e03d61574d Change to only use half the decompression threads 5 years ago
trivernis 03f923c772 Fix deadlock when waiting for decompression result 5 years ago
trivernis 116122d3d8 Add multithreaded decompression of chunks 5 years ago
trivernis dae491b88a Revert exposure of thread_manager 5 years ago
trivernis ec1f72ae98 Revert "Expose thread_manager for debugging purposes"
This reverts commit 2dc3cb40b6.
5 years ago
trivernis 2dc3cb40b6 Expose thread_manager for debugging purposes 5 years ago
trivernis 0408a5aea0 Change to dropping work sender explicitly 5 years ago
trivernis 6f2ea29725 Add Debug auto implementation to io structs 5 years ago
trivernis 0620f1a682 Fix processing of empty chunk when finishing 5 years ago
trivernis ed1123bf25 Fix not all pending data getting processed when finishing 5 years ago
trivernis 727483de7c Fix deadlock when waiting for threads 5 years ago
trivernis 7c43812937 Add multithreaded serialization of chunks
This results in the flush and flush_writer function being private since the finish function now waits for threads to finish.
5 years ago
Trivernis 886ac5ee49 Change new to BDFWriter/Reader to accept a File 5 years ago
Trivernis 83c776fb4f Update Readme and add utility functions 5 years ago
trivernis 1d1b279e75 Merge remote-tracking branch 'github/master' 5 years ago
trivernis 98e53372eb Fix chunk count not being updated
Amend: Update Version
5 years ago
trivernis 0ac431618a Fix chunk count not being updated 5 years ago
trivernis aaea1d83af Increase Version Number 5 years ago
trivernis 6d5c36b415 Add function to BDFWriter to set the entries per chunk 5 years ago
trivernis 4ecf46ebc2 Add function to BDFWriter to set the compression level 5 years ago
trivernis 40374f77e7 Change compression level to 1 5 years ago
trivernis 7e699de239 Add tests for reading 5 years ago
trivernis 6f38c75a1a Remove .idea files 5 years ago
trivernis 62eecb79b5 Update Cargo.toml 5 years ago
trivernis d00a22516c Remove C bindings to be able to publish it to crates.io 5 years ago
trivernis 272bf6b725 Update Cargo.toml 5 years ago
trivernis d02a8a89b4 Update Readme 5 years ago
Trivernis b5ce371875
Create LICENSE 5 years ago
trivernis 5161fe1546 Add C bindings 5 years ago
trivernis 14de06d66a Ignore .idea files 5 years ago
trivernis e6a8dc74e6 Initial commit 5 years ago