This website requires JavaScript.
Explore
Help
Sign In
Open-Harbor
/
osrm-backend
Watch
1
Star
0
Fork
0
You've already forked osrm-backend
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
3
Wiki
Activity
Files
f545f2293e913d40a3d653ba50aea151f74feb02
osrm-backend
/
include
/
engine
/
datafacade
T
History
Vyacheslav Napadovsky
f545f2293e
Make MMapMemoryAllocator map files in read-only (O_RDONLY) mode. Mapping with O_RDWR will cause copy_up across Docker layers.
2020-09-09 00:51:42 +03:00
..
algorithm_datafacade.hpp
Replace dynamic distance calculation for table plugin with pre-calculated distances on shortcuts, avoiding unpacking cost.
2018-10-30 15:41:06 -07:00
contiguous_block_allocator.hpp
Load data in two separate data regions
2018-04-07 00:22:29 +02:00
contiguous_internalmem_datafacade.hpp
Configurable snapping behaviour (
#5361
)
2019-02-14 17:14:50 -08:00
datafacade_base.hpp
Configurable snapping behaviour (
#5361
)
2019-02-14 17:14:50 -08:00
mmap_memory_allocator.hpp
Make MMapMemoryAllocator map files in read-only (O_RDONLY) mode. Mapping with O_RDWR will cause copy_up across Docker layers.
2020-09-09 00:51:42 +03:00
process_memory_allocator.hpp
Load data in two separate data regions
2018-04-07 00:22:29 +02:00
shared_memory_allocator.hpp
Fix formating
2018-04-07 00:22:29 +02:00