automerge/rust/automerge/src/columnar/encoding
Conrad Irwin 98e755106f
Fix and simplify lebsize calculations (#503)
Before this change numbits_i64() was incorrect for every value of the
form 0 - 2^x. This only manifested in a visible error if x%7 == 6 (so
for -64, -8192, etc.) at which point `lebsize` would return a value one
too large, causing a panic in commit().
2023-01-23 11:01:05 +00:00
..
boolean.rs Move rust workspace into ./rust 2022-10-16 19:55:51 +01:00
col_error.rs Move rust workspace into ./rust 2022-10-16 19:55:51 +01:00
column_decoder.rs Move rust workspace into ./rust 2022-10-16 19:55:51 +01:00
decodable_impls.rs Move rust workspace into ./rust 2022-10-16 19:55:51 +01:00
delta.rs Ritual obeisance before the altar of clippy 2022-11-05 22:48:43 +00:00
encodable_impls.rs Move rust workspace into ./rust 2022-10-16 19:55:51 +01:00
leb128.rs Fix and simplify lebsize calculations (#503) 2023-01-23 11:01:05 +00:00
properties.rs change opid to (u32,u32) - 10% performance uptick (#473) 2022-12-11 18:56:20 +00:00
raw.rs Move rust workspace into ./rust 2022-10-16 19:55:51 +01:00
rle.rs Move rust workspace into ./rust 2022-10-16 19:55:51 +01:00