1
0
Fork 0
arangodb/arangod/Aql
jsteemann 8f0991e18e potential performance optimizations
simplifications

small optimizations
2016-06-23 14:47:44 +02:00
..
Aggregator.cpp
Aggregator.h
AqlItemBlock.cpp
AqlItemBlock.h micro optimizations 2016-06-21 16:01:31 +02:00
AqlItemBlockManager.cpp
AqlItemBlockManager.h
AqlValue.cpp potential performance optimizations 2016-06-23 14:47:44 +02:00
AqlValue.h potential performance optimizations 2016-06-23 14:47:44 +02:00
Arithmetic.h
Ast.cpp use std::move 2016-06-08 22:53:54 +02:00
Ast.h Squashed commit of the following: 2016-06-07 13:58:21 +02:00
AstNode.cpp try to fix potential crashes 2016-06-14 16:41:00 +02:00
AstNode.h Squashed commit of the following: 2016-06-07 13:58:21 +02:00
AttributeAccessor.cpp
AttributeAccessor.h
BasicBlocks.cpp Squashed commit of the following: 2016-06-07 13:58:21 +02:00
BasicBlocks.h Squashed commit of the following: 2016-06-07 13:58:21 +02:00
BindParameters.cpp merge with velocypack 2016-06-06 16:59:36 +02:00
BindParameters.h
CalculationBlock.cpp Squashed commit of the following: 2016-06-07 13:58:21 +02:00
CalculationBlock.h Squashed commit of the following: 2016-06-07 13:58:21 +02:00
ClusterBlocks.cpp Squashed commit of the following: 2016-06-07 13:58:21 +02:00
ClusterBlocks.h Squashed commit of the following: 2016-06-07 13:58:21 +02:00
ClusterNodes.cpp Squashed commit of the following: 2016-06-07 13:58:21 +02:00
ClusterNodes.h Squashed commit of the following: 2016-06-07 13:58:21 +02:00
CollectBlock.cpp Squashed commit of the following: 2016-06-07 13:58:21 +02:00
CollectBlock.h Squashed commit of the following: 2016-06-07 13:58:21 +02:00
CollectNode.cpp
CollectNode.h
CollectOptions.cpp
CollectOptions.h
Collection.cpp
Collection.h
CollectionScanner.cpp
CollectionScanner.h
Collections.cpp
Collections.h
Condition.cpp micro optimizations 2016-06-09 10:13:01 +02:00
Condition.h micro optimizations 2016-06-09 10:13:01 +02:00
ConditionFinder.cpp Squashed commit of the following: 2016-06-07 13:58:21 +02:00
ConditionFinder.h
EnumerateCollectionBlock.cpp micro optimizations 2016-06-07 10:44:01 +02:00
EnumerateCollectionBlock.h Squashed commit of the following: 2016-06-07 13:58:21 +02:00
EnumerateListBlock.cpp Squashed commit of the following: 2016-06-07 13:58:21 +02:00
EnumerateListBlock.h Squashed commit of the following: 2016-06-07 13:58:21 +02:00
ExecutionBlock.cpp
ExecutionBlock.h
ExecutionEngine.cpp Squashed commit of the following: 2016-06-07 13:58:21 +02:00
ExecutionEngine.h Squashed commit of the following: 2016-06-07 13:58:21 +02:00
ExecutionNode.cpp Squashed commit of the following: 2016-06-07 13:58:21 +02:00
ExecutionNode.h Squashed commit of the following: 2016-06-07 13:58:21 +02:00
ExecutionPlan.cpp First draft of Breadth-First-Search implementation for Traversal. 2016-06-10 19:25:44 +02:00
ExecutionPlan.h Squashed commit of the following: 2016-06-07 13:58:21 +02:00
ExecutionStats.cpp
ExecutionStats.h
Executor.cpp make user-defined AQL functions throw again 2016-06-14 16:14:02 +02:00
Executor.h moved function list to FunctionDefinitions.cpp 2016-05-31 14:18:30 +02:00
Expression.cpp potential performance optimizations 2016-06-23 14:47:44 +02:00
Expression.h
Function.cpp
Function.h
FunctionDefinitions.cpp allow switching args for IS_SAME_COLLECTION 2016-06-15 20:34:06 +02:00
FunctionDefinitions.h added /_api/aql-builtin 2016-06-03 12:56:18 +02:00
Functions.cpp potential performance optimizations 2016-06-23 14:47:44 +02:00
Functions.h removed unused function 2016-06-09 09:36:55 +02:00
Graphs.cpp
Graphs.h
IndexBlock.cpp potential performance optimizations 2016-06-23 14:47:44 +02:00
IndexBlock.h
IndexNode.cpp
IndexNode.h
ModificationBlocks.cpp merge with velocypack 2016-06-06 16:59:36 +02:00
ModificationBlocks.h
ModificationNodes.cpp
ModificationNodes.h
ModificationOptions.cpp
ModificationOptions.h
NodeFinder.cpp use small vector optimization 2016-05-31 12:11:05 +02:00
NodeFinder.h use small vector optimization 2016-05-31 12:11:05 +02:00
Optimizer.cpp
Optimizer.h
OptimizerRules.cpp optimizations for neighbors queries 2016-06-20 18:37:46 +02:00
OptimizerRules.h
Parser.cpp
Parser.h fixed off-by-one issue after NOT token 2016-05-20 11:00:53 +02:00
Quantifier.cpp
Quantifier.h
Query.cpp reserve buffer ahead of time 2016-06-22 11:14:50 +02:00
Query.h re-added --database.slow-query-threshold 2016-06-09 11:07:51 +02:00
QueryCache.cpp
QueryCache.h
QueryList.cpp re-added --database.slow-query-threshold 2016-06-09 11:07:51 +02:00
QueryList.h
QueryRegistry.cpp
QueryRegistry.h
QueryResult.h
QueryResultV8.h
Range.cpp
Range.h
RestAqlHandler.cpp Squashed commit of the following: 2016-06-07 13:58:21 +02:00
RestAqlHandler.h
Scopes.cpp
Scopes.h
ShortStringStorage.cpp
ShortStringStorage.h
ShortestPathBlock.cpp no benefit from moving 2016-06-15 23:53:08 +02:00
ShortestPathBlock.h Removed Code that is now obsolete do to replacement of Neighbors by Pattern Matching traversal 2016-06-10 21:33:46 +02:00
ShortestPathNode.cpp fixed includes 2016-06-15 23:23:38 +02:00
ShortestPathNode.h Squashed commit of the following: 2016-06-07 13:58:21 +02:00
ShortestPathOptions.cpp Squashed commit of the following: 2016-06-07 13:58:21 +02:00
ShortestPathOptions.h Squashed commit of the following: 2016-06-07 13:58:21 +02:00
SortBlock.cpp micro optimizations 2016-06-09 10:13:01 +02:00
SortBlock.h Squashed commit of the following: 2016-06-07 13:58:21 +02:00
SortCondition.cpp micro optimizations 2016-06-09 10:13:01 +02:00
SortCondition.h
SortNode.cpp
SortNode.h
SubqueryBlock.cpp
SubqueryBlock.h Squashed commit of the following: 2016-06-07 13:58:21 +02:00
TraversalBlock.cpp potential performance optimizations 2016-06-23 14:47:44 +02:00
TraversalBlock.h attempt to fix Visual Studio complaints 2016-06-21 09:52:42 +02:00
TraversalConditionFinder.cpp Squashed commit of the following: 2016-06-07 13:58:21 +02:00
TraversalConditionFinder.h
TraversalNode.cpp issue #1894: make list of edge collections unique in traversal 2016-06-23 12:17:04 +02:00
TraversalNode.h optimizations for neighbors queries 2016-06-20 18:37:46 +02:00
TraversalOptions.cpp First draft of Breadth-First-Search implementation for Traversal. 2016-06-10 19:25:44 +02:00
TraversalOptions.h First draft of Breadth-First-Search implementation for Traversal. 2016-06-10 19:25:44 +02:00
V8Expression.cpp
V8Expression.h
Variable.cpp
Variable.h
VariableGenerator.cpp
VariableGenerator.h
WalkerWorker.h
grammar.cpp added generated files 2016-06-07 14:53:05 +02:00
grammar.h added generated files 2016-06-07 14:53:05 +02:00
grammar.y Squashed commit of the following: 2016-06-07 13:58:21 +02:00
tokens.cpp added generated files 2016-06-07 14:53:05 +02:00
tokens.ll Squashed commit of the following: 2016-06-07 13:58:21 +02:00
types.h