36 Commits (master)
 

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