osrm-backend/DataStructures
2013-02-14 17:12:12 +01:00
..
BinaryHeap.h Adding const to parameter and rehash to give map 1000 buckets 2013-02-03 14:54:22 +01:00
ConcurrentQueue.h Implements a shared-memory parallel LUA scripting engine using OpenMP. 2012-11-19 19:04:59 +01:00
Coordinate.h Adding a distance approximation that works great for short distances and 2012-12-17 11:22:44 +01:00
DeallocatingVector.h replacing c-style size_t with the one from std namespace 2013-02-12 15:46:40 +01:00
DynamicGraph.h Correct wrong allocation, use std::vector for node array and pass PODs 2013-02-12 15:23:09 +01:00
GridEdge.h Refactoring extraction stuff 2012-08-27 17:40:59 +02:00
HashTable.h Speeding up parsing of car profile by about 30% 2012-11-12 17:00:36 +01:00
ImportEdge.h Refactoring InputEdge type and removing dead code 2013-02-14 17:12:12 +01:00
ImportNode.h Further refactorings 2012-11-12 10:58:57 +01:00
InputReaderFactory.h Removing last remaining 'using namespace std' statement 2012-12-29 21:02:26 +01:00
LRUCache.h Implementation of copy-insert of LRU cache 2012-06-12 13:25:38 +02:00
MercatorUtil.h Splitting utility header with ambigious name into two files with better 2013-01-06 19:03:04 +01:00
NNGrid.h Merge branch 'feature/opposite_direction' into develop 2013-02-04 18:38:15 +01:00
NodeCoords.h Removed all header file includes from typedef.h 2012-07-02 16:00:00 +02:00
NodeInformationHelpDesk.h further const'ing 2013-01-11 22:22:57 +01:00
Percent.h Adding another method to simply add the increment. 2012-03-05 09:37:13 +01:00
PhantomNodes.h Fixes cucumber test features/bad.feature:15 2012-09-27 14:55:48 +02:00
QueryEdge.h Reordering members in struct to actually exploit four byte padding, 2013-01-11 18:36:00 +01:00
Restriction.h Refactoring extraction stuff 2012-08-27 17:40:59 +02:00
SearchEngine.h introducing further typedefs to make code more readable 2013-02-03 14:55:49 +01:00
SegmentInformation.h Moving TurnInstruction to unsigned char 2012-12-17 13:14:43 +01:00
SimpleStack.h Replace recursive unpacking procedure by a stack'ed implementation. 2011-12-17 20:17:40 +01:00
StaticGraph.h Fixes issue #259 2012-05-31 14:01:51 +02:00
StaticKDTree.h Fixing missing include 2012-07-10 11:56:40 +02:00
TimingUtil.h Splitting utility header with ambigious name into two files with better 2013-01-06 19:03:04 +01:00
TurnInstructions.h Fixing constant 2013-01-27 14:36:56 +01:00
XORFastHash.h Cache-Aware preprocessing with less space requirements 2012-07-10 11:50:41 +02:00
XORFastHashStorage.h Removing unused parameter 2012-09-19 12:02:50 +02:00