ljeub-pometry
ljeub-pometry
`IndexedGraph` needs a custom implementation for `InternalPropertiesAdditionOps` so the index is updated correctly when adding new constant properties
All the vertex-related methods in `GraphOps` and friends should take a reference to the underlying `VertexStore` as input so we can pass in locked data when looping over all vertices
### What changes were proposed in this pull request? The string interning logic is now always called when using the internal apis instead of being part of the high-level logic....
### What changes were proposed in this pull request? - Tweaks the CI workflow for the features check to use `cargo hack` instead of manually testing each feature - Specify...
We also need to get rid of the hack that is using the bincode for bridging the gap between multiple python modules now that it is easy to make a...
The conversion from in-memory to disk graph currently does not preserve the secondary time index for edges
With the new bulk data frame loaders, a significant amount of time is spend waiting on the DashMap locks. If we make the shard assignment depend on the (hashed) global...
## Expected Behavior `FieldValue::boxed_any(Box)` should compile but now fails with "error[E0277]: the size for values of `type dyn std::any::Any + std::marker::Send + Sync` cannot be known at compilation time" Note...