-
- Downloads
Fix SwhGraphProperties::label_name_id to correctly bisect on 2023-09-06 and newer graphs
Graphs compressed with the Rust implementation (2023-09-06 and newer) sort labels by name, while the Java implementation (2022-12-07 and older) sorted them by base64(name).
parent
885e733b
No related branches found
No related tags found
Showing
- Cargo.lock 1 addition, 0 deletionsCargo.lock
- rust/Cargo.toml 1 addition, 0 deletionsrust/Cargo.toml
- rust/src/graph_builder.rs 25 additions, 2 deletionsrust/src/graph_builder.rs
- rust/src/properties/contents.rs 1 addition, 0 deletionsrust/src/properties/contents.rs
- rust/src/properties/label_names.rs 95 additions, 27 deletionsrust/src/properties/label_names.rs
- rust/src/properties/maps.rs 1 addition, 0 deletionsrust/src/properties/maps.rs
- rust/src/properties/mod.rs 5 additions, 0 deletionsrust/src/properties/mod.rs
- rust/src/properties/persons.rs 1 addition, 0 deletionsrust/src/properties/persons.rs
- rust/src/properties/strings.rs 1 addition, 0 deletionsrust/src/properties/strings.rs
- rust/src/properties/timestamps.rs 1 addition, 0 deletionsrust/src/properties/timestamps.rs
- rust/src/stdlib/vcs.rs 1 addition, 0 deletionsrust/src/stdlib/vcs.rs
- rust/tests/label_name_order.rs 83 additions, 0 deletionsrust/tests/label_name_order.rs
Loading
Please register or sign in to comment