-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 1 fatal error * fixed fatal error * able to make neighbours iterators out of Entry * make TPropOps non Copy * LockedView<TProp> needs to be TPropOps * add edge_tuples to Entry<NodeStore> * changed name in NodeStorageOps to return cows * actually add the unlocked and the variants files * NodesStorageRef compiles * NodesStorage compiles * NodeOwnedEntry compiles * fixed compilation on non storage feature * still needing to implement EdgeStorageRef * node storage additions work with reference * add node additions_ref * tests pass * replace EdgeStoreRef with EdgeStoreEntry * change the benchmarks to reduce the sample size for materialize * fix materialize for Persistent graph and add global locks only when we need all the nodes * redo the nodes to move to unlocked * ready to merge * removed some useless stuff * clippy fix * fmt * inline active * increase sample size in graph_ops bench and fix earliest_time * fix the build issues * fix build errors * revert back to NodeStorageRef and always lock when we get all nodes * refactor Node storage remove graph_ops from GH benches * deactivate storage * fix node_owned_entry.rs
- Loading branch information
1 parent
cad9bc0
commit 5703639
Showing
35 changed files
with
1,040 additions
and
469 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.