raptorq/src
2020-03-20 23:32:45 -07:00
..
arraymap.rs Remove unused dbg! invocation 2020-01-26 21:41:21 -08:00
base.rs Add assertation from RFC to parameter calculation 2020-03-14 08:38:52 -07:00
constraint_matrix.rs Separate binary and octet matrix classes 2020-01-19 11:08:40 -08:00
decoder.rs Implement sub block support 2020-02-25 22:50:29 -08:00
encoder.rs Add public function to calculate object to block splits 2020-03-20 22:58:09 -07:00
gf2.rs Optimize dense binary matrix storage to use bitpacking 2020-01-19 11:08:40 -08:00
iterators.rs Convert column iterator to return only 1-valued rows 2020-01-19 11:08:40 -08:00
lib.rs Add public function to calculate object to block splits 2020-03-20 22:58:09 -07:00
matrix.rs Fix Clippy style warning 2020-03-20 23:32:45 -07:00
octet_matrix.rs Add approximate memory analysis 2020-01-19 11:08:40 -08:00
octet.rs feat: Derived serde::{Serialize, Deserialize} on all public types. 2020-01-09 19:34:21 -08:00
octets.rs Add SSSE3 SIMD implementation 2020-01-21 13:42:48 +01:00
operation_vector.rs Add operation vectors for better encoding performance 2020-01-26 10:15:56 -08:00
pi_solver.rs Remove unnecessary Vec allocation 2020-01-26 21:41:21 -08:00
python.rs Merge Python wrapper crate into main crate 2020-02-22 13:31:16 -08:00
rng.rs Fix many Clippy warnings and errors 2019-12-23 12:04:05 -08:00
sparse_matrix.rs Optimize columnar storage in sparse matrix 2020-01-19 11:08:40 -08:00
sparse_vec.rs Remove outdated TODOs 2020-01-26 21:41:21 -08:00
symbol.rs feat: Derived serde::{Serialize, Deserialize} on all public types. 2020-01-09 19:34:21 -08:00
systematic_constants.rs Add more sparse tests and framework for enabling sparse math 2019-04-07 10:30:12 -07:00
util.rs raptorq: rustfmt whole project 2019-03-28 21:57:30 -07:00