osrm-backend/include
Kajari Ghosh c5acd6e6f7 shared storage with mutex
shared lock for reads and unique lock for writes

declare cache as object and not pointer in serach engine data to simulate singleton declaration

put a lock infront of the clear function to make it threadsafe

remove clear function from cache because cache will never get dropped

unit tests

unit tests and timestamp as part of key

cache generations

hash the key

500 mb

1000 mb

250 mb

rebase against implement-cache
2018-04-20 11:15:27 -04:00
..
contractor Simplify toEdges and make it more robust against accidental memory allocations 2018-04-09 13:03:28 +02:00
customizer Fix formating 2018-04-04 12:38:40 +02:00
engine shared storage with mutex 2018-04-20 11:15:27 -04:00
extractor Use ranges with fixed types 2018-04-09 11:05:01 +02:00
guidance Fix errors when loading an incompatible dataset. 2018-04-04 12:38:40 +02:00
nodejs Fix formating 2018-04-05 15:12:47 +02:00
osrm Fix formating 2018-02-06 11:51:33 +01:00
partitioner Use ArrayStorage for boundary nodes to optimize MLD 2018-04-09 15:08:00 +02:00
server Add waypoints parameter to matching service, returns map matching result 2018-01-08 12:28:20 +01:00
storage empty list of shmem regions if none found 2018-04-13 12:07:10 +02:00
updater Add CRC checksums to EBG and turns data 2018-02-02 11:33:38 -05:00
util Remove dummy edges before inplace permutation 2018-04-19 12:18:48 +02:00