Frank Celler
|
9477af198b
|
big reformat
|
2018-12-26 00:57:05 +01:00 |
jsteemann
|
f3444259e9
|
better test for 'em nullptrs
|
2018-07-20 21:45:41 +02:00 |
Jan
|
8e6d5df129
|
fixed minor several compiler complaints (#5406)
|
2018-05-23 11:50:00 +02:00 |
Jan
|
30b12e311b
|
Bug fix/remove most of aql js (#5223)
|
2018-04-30 11:17:11 +02:00 |
Simon Grätzer
|
ffc465433a
|
No access collections Improvements (#3190)
* consolidated EdgeDocumentToken
* optimizing cluster traversal
* adding skip collection checks
* API cleanup
* copying AQLValue to avoid use-after-free bugs
* Fixing rocksdb SingleServerEdgeCursor
* Fixing a collection resolving issue
|
2017-09-07 14:55:07 +02:00 |
Simon Grätzer
|
6e1e54b8fb
|
fixing weighted shortest path finder
|
2017-06-02 12:15:18 +02:00 |
Simon Grätzer
|
87de810566
|
Edge index refactoring
|
2017-06-02 11:20:15 +02:00 |
Michael Hackstein
|
655aaf415e
|
Fixed an undefined behaviour bug in shortest-path implementation introduced with the latest reordering
|
2017-06-01 11:05:26 +02:00 |
Michael Hackstein
|
52406567cd
|
Replaced EdgeCursors callback to return cid,rev instead of _id. Does less costly copying and comparision internally
|
2017-05-31 17:49:46 +02:00 |
Michael Hackstein
|
1619e6b3d8
|
First version of ShortestPath that is presumably working in Clustered Mode with MMFiles and RocksDB
|
2017-04-20 15:57:06 +02:00 |
Michael Hackstein
|
5f33a95a82
|
Fixed AttribtueWeighted ShortestPath computation.
|
2017-04-12 17:27:45 +02:00 |
Michael Hackstein
|
034b38f0cc
|
Replaced the velocypack ConstantDistance ShortestPath API by a StringRef & TraverserCache version. This should be save for RocksDB. This commit fails in ClusterMode.
|
2017-04-12 14:21:53 +02:00 |
jsteemann
|
617e23e25a
|
cppcheck
|
2017-04-06 11:48:07 +02:00 |
Michael Hackstein
|
daa8b2b855
|
Detemplateified the ShortestPath class structure.
|
2017-04-05 17:47:14 +02:00 |