From ca123790bc6135ea97d35b959d888ece35150572 Mon Sep 17 00:00:00 2001 From: Kajari Ghosh Date: Mon, 12 Feb 2018 11:10:17 -0500 Subject: [PATCH] set up for computing durations while unpacking them copy dummy cache over implement retrievePackedPathFromSearchSpace calculate packed_path_from_source_to_middle debugging the retrievePackedPathFromSearchSpace function implementation adding in packed_path_from_source_to_middle cache is partway working unpack path and get duration that way the computeDurationForEdge method comment out cache clean up the code move vector creation and allocation to outside of loop hack to not return vectors on facade.GetUncompressedForwardDurations and facade.GetUncompressedReverseDurations clean up hack add exclude_index to cache key clearing cache with timestamp rebase against vectors->range pr swapped out unordered_map cache with a boost_lru implementation calculation for cache size cleaned up comment about cache size calculations unit tests cache uses unsigned char for exclude index clean up cache and unit tests --- include/engine/unpacking_cache.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/engine/unpacking_cache.hpp b/include/engine/unpacking_cache.hpp index d2a43d578..459d23511 100644 --- a/include/engine/unpacking_cache.hpp +++ b/include/engine/unpacking_cache.hpp @@ -7,7 +7,6 @@ #include "../../third_party/compute_detail/lru_cache.hpp" #include "util/typedefs.hpp" - // sizeof size_t: 8 // sizeof unsigned: 4 // sizeof unchar: 1