Dennis Luxen
|
fd7b22f639
|
deciding which memory subsystem to use depending on server.ini
|
2013-10-01 16:48:40 +02:00 |
|
Dennis Luxen
|
ca3464512d
|
implementing the fetch of name ids in shared memory
|
2013-10-01 13:25:11 +02:00 |
|
Dennis Luxen
|
f59cb6417f
|
commenting unneeded variables
|
2013-10-01 13:24:25 +02:00 |
|
Dennis Luxen
|
74ccb53607
|
Merge branch 'shared_memory' of https://github.com/DennisOSRM/Project-OSRM into shared_memory
|
2013-09-30 16:12:26 +02:00 |
|
Dennis Luxen
|
e4c6e98099
|
fixing typo in build configuration
|
2013-09-30 16:12:19 +02:00 |
|
Dennis Luxen
|
cfab0fa245
|
fixing include typo
|
2013-09-30 16:03:46 +02:00 |
|
Dennis Luxen
|
08d861e87c
|
removing extra ;
|
2013-09-30 16:01:51 +02:00 |
|
Dennis Luxen
|
73234e7782
|
loading correct file with rtree leafs and not inner nodes
|
2013-09-30 15:55:29 +02:00 |
|
Dennis Luxen
|
de8d28ea5f
|
printing debug output
|
2013-09-30 15:54:32 +02:00 |
|
Dennis Luxen
|
ed7b478ee0
|
swapping correct vectors
|
2013-09-30 15:50:26 +02:00 |
|
Dennis Luxen
|
ff9a216990
|
properly loading all data into shared memory
|
2013-09-30 14:21:00 +02:00 |
|
Dennis Luxen
|
58c94159b1
|
use only one pointer for shared layout
|
2013-09-30 11:28:53 +02:00 |
|
Dennis Luxen
|
7a1bd4d53a
|
load graph into shared memory
|
2013-09-27 17:45:23 +02:00 |
|
Dennis Luxen
|
5d7c23c62a
|
graph format now canonical
|
2013-09-27 15:01:25 +02:00 |
|
Dennis Luxen
|
d91d911051
|
load timestamp into shared memory
|
2013-09-27 13:53:49 +02:00 |
|
Dennis Luxen
|
cd0cab465d
|
load coordinate list into shared memory
|
2013-09-27 13:14:30 +02:00 |
|
Dennis Luxen
|
a45b887c5b
|
load orig edge information
|
2013-09-27 12:59:33 +02:00 |
|
Dennis Luxen
|
f965b7129b
|
Renaming variables to properly reflect its content
|
2013-09-27 12:00:58 +02:00 |
|
Dennis Luxen
|
e894ce00c9
|
add all binaries to ignore list
|
2013-09-27 11:48:25 +02:00 |
|
Dennis Luxen
|
333aba8be6
|
street name file is now more canonical
|
2013-09-26 18:19:51 +02:00 |
|
Dennis Luxen
|
e9d93ae210
|
changing file format for coordinates to be canonical
|
2013-09-26 11:52:15 +02:00 |
|
Dennis Luxen
|
043c8be747
|
create lock file if it does not exist
|
2013-09-26 11:28:51 +02:00 |
|
Dennis Luxen
|
1be67518df
|
adding proper typedefs s.t. all used types are known
|
2013-09-25 19:06:50 +02:00 |
|
Dennis Luxen
|
4bf1987bb7
|
store name id of edges in shmem, too
|
2013-09-25 18:59:07 +02:00 |
|
Dennis Luxen
|
ae45eed2b1
|
move shmem stored sizes to 64 bits
|
2013-09-25 18:58:39 +02:00 |
|
Dennis Luxen
|
572a9393aa
|
implementing loading of data into shared memory
|
2013-09-25 18:40:08 +02:00 |
|
Dennis Luxen
|
7579c41a35
|
Reordering resource aquisition
|
2013-09-25 18:26:10 +02:00 |
|
Dennis Luxen
|
4e589c2575
|
removing debug output
|
2013-09-25 18:00:12 +02:00 |
|
Dennis Luxen
|
026da34ce9
|
osrm-datastore handles manangement of shared memory
|
2013-09-25 15:31:49 +02:00 |
|
Dennis Luxen
|
0daf49a1da
|
All tests are passing for internal memory\!
|
2013-09-25 14:31:48 +02:00 |
|
Dennis Luxen
|
f57e4c6c14
|
removing debug output and calling it a day
|
2013-09-24 18:59:44 +02:00 |
|
Dennis Luxen
|
14bd1d01f2
|
create sentinel to adjancency array during preprocessing
|
2013-09-24 18:48:02 +02:00 |
|
Dennis Luxen
|
918e20b164
|
inverting assertion
|
2013-09-24 16:45:34 +02:00 |
|
Dennis Luxen
|
6a0e90ef90
|
properly check for (non-)empty vectors
|
2013-09-24 16:24:27 +02:00 |
|
Dennis Luxen
|
71fe8ed80d
|
implement GetName() for shared memory (copy&paste)
|
2013-09-24 15:12:06 +02:00 |
|
Dennis Luxen
|
581c9c570b
|
implement operator()+ for shared memory iterator
|
2013-09-24 15:10:06 +02:00 |
|
Dennis Luxen
|
b25fe3d127
|
implement GetName for internal memory
|
2013-09-24 14:44:25 +02:00 |
|
Dennis Luxen
|
fc4aef6d89
|
fetch ptr from shared memory to via node list
|
2013-09-24 13:54:28 +02:00 |
|
Dennis Luxen
|
6b4fa6a40d
|
load street names into internal memory
|
2013-09-24 13:53:38 +02:00 |
|
Dennis Luxen
|
6756eea209
|
load via node information from shared memory
|
2013-09-24 13:33:38 +02:00 |
|
Dennis Luxen
|
bf3cd37b49
|
Load r-tree search data structure from shared memory
|
2013-09-24 12:07:34 +02:00 |
|
Dennis Luxen
|
cc7caa9e16
|
some further refactoring of variable names and code formatting
|
2013-09-24 11:02:24 +02:00 |
|
Dennis Luxen
|
633060562f
|
call function in parent class
|
2013-09-24 10:58:24 +02:00 |
|
Dennis Luxen
|
cc48546f62
|
moving common code to parent class
|
2013-09-24 10:57:54 +02:00 |
|
Dennis Luxen
|
96cc44e521
|
Compile fixes on RHEL5/Fedora, see #541
|
2013-09-24 10:33:29 +02:00 |
|
Dennis Luxen
|
f2d9e4b2df
|
removing dead code
|
2013-09-24 10:16:57 +02:00 |
|
Dennis Luxen
|
049c7ad1f0
|
adding auxiliary typedef
|
2013-09-24 10:16:07 +02:00 |
|
Dennis Luxen
|
226dad651b
|
minor simplification of code
|
2013-09-24 10:10:50 +02:00 |
|
Dennis Luxen
|
0977cabc79
|
moving fwd decl of static members to root of include graph
|
2013-09-24 09:55:02 +02:00 |
|
Dennis Luxen
|
0b5e8a086e
|
remove superflous includes
|
2013-09-24 09:45:33 +02:00 |
|