Michael Hackstein
|
b285cd26a3
|
Internal cleanup of TraversalOptions. Now the options know the the expressions not the traverser any more. Preparation to use other indexes
|
2016-07-06 22:42:46 +02:00 |
Michael Hackstein
|
12011060c0
|
Removed now obsolete code
|
2016-07-04 16:25:59 +02:00 |
Michael Hackstein
|
d273b387f8
|
Improved Traversal internal API. It now does less copying and creates less objects. Also it is way simpler to understand.
|
2016-07-04 16:16:58 +02:00 |
Michael Hackstein
|
59dd29e760
|
Improved OperationCursor. It now uses unique instead of shared ptr. It was never shared anyways. Also many more places now use direct MasterPointers in favor of OperationResults. Also added a generic IndexIterator nextBabies function.
|
2016-06-29 13:08:07 +02:00 |
jsteemann
|
55fce39574
|
optimizations for neighbors queries
|
2016-06-20 18:37:46 +02:00 |
jsteemann
|
6862f8fb9e
|
micro optimizations
|
2016-06-17 17:55:06 +02:00 |
jsteemann
|
5b915d179c
|
optimized away a Builder object
|
2016-06-17 17:24:15 +02:00 |
jsteemann
|
1e8ce63e01
|
optimizations for traversal
|
2016-06-17 16:27:37 +02:00 |
jsteemann
|
ca4edc60e0
|
small optimizations for traversal
|
2016-06-16 13:26:46 +02:00 |
jsteemann
|
6683bc02a7
|
small traversal optimizations
|
2016-06-16 09:44:24 +02:00 |
jsteemann
|
fc34a53b14
|
speed up
|
2016-06-15 09:38:45 +02:00 |
Michael Hackstein
|
d7a710593a
|
Fixed some minor bugs in breadth-first-search for AQL traversal. Also added another test case for it.
|
2016-06-10 21:00:38 +02:00 |
Michael Hackstein
|
50225fdc0d
|
First draft of Breadth-First-Search implementation for Traversal.
|
2016-06-10 19:25:44 +02:00 |
Michael Hackstein
|
419cfdab14
|
Cleanup of internal structur for single server traversals. Moved the functions out of V8Server because they do not have anything to do with V8 any more. It should be more clear now
|
2016-06-10 13:56:07 +02:00 |