vigna / webgraph-rs

A Rust port of the WebGraph framework
Apache License 2.0
32 stars 6 forks source link

Clarify errors when loading BVGraph #69

Closed progval closed 10 months ago

progval commented 10 months ago
  1. deduplicate code
  2. add path to all error messages
  3. quote property names
  4. parse directly to usize, instead of parsing to u64 then casting to usize
vigna commented 10 months ago

All that code is in a pitiful state but I'm leaving WebGraph as the last thing to reorganize.