-
- Downloads
FInische the implementation of the channel cache and optimizze d littel bit the ManagedMemory class
with the use of lockfree logic. Modified the mem test for be executed in jenkins Change-Id: Ic28b213c9be8ab24e7bddc8200f9e4202357531d
Showing
- CHAOSFramework.xcodeproj/project.pbxproj 12 additions, 0 deletionsCHAOSFramework.xcodeproj/project.pbxproj
- CMakeLists.txt 3 additions, 0 deletionsCMakeLists.txt
- chaos/common/CMakeLists.txt 1 addition, 1 deletionchaos/common/CMakeLists.txt
- chaos/common/data/cache/ChannelCache.cpp 7 additions, 9 deletionschaos/common/data/cache/ChannelCache.cpp
- chaos/common/data/cache/ChannelCache.h 23 additions, 32 deletionschaos/common/data/cache/ChannelCache.h
- chaos/common/data/cache/ChannelValueAccessor.cpp 30 additions, 0 deletionschaos/common/data/cache/ChannelValueAccessor.cpp
- chaos/common/data/cache/ChannelValueAccessor.h 44 additions, 0 deletionschaos/common/data/cache/ChannelValueAccessor.h
- chaos/common/data/cache/DatasetCache.cpp 17 additions, 0 deletionschaos/common/data/cache/DatasetCache.cpp
- chaos/common/data/cache/DatasetCache.h 9 additions, 3 deletionschaos/common/data/cache/DatasetCache.h
- chaos/common/data/cache/SlbCachedInfo.h 42 additions, 0 deletionschaos/common/data/cache/SlbCachedInfo.h
- chaos/common/memory/ManagedMemory.cpp 4 additions, 0 deletionschaos/common/memory/ManagedMemory.cpp
- chaos/common/memory/ManagedMemory.h 18 additions, 5 deletionschaos/common/memory/ManagedMemory.h
- test/MemcachedEmbeddedTest/MemcachedEmbeddedTest.xcodeproj/project.pbxproj 3 additions, 0 deletions...eddedTest/MemcachedEmbeddedTest.xcodeproj/project.pbxproj
- test/MemcachedEmbeddedTest/MemcachedEmbeddedTest/CMakeLists.txt 16 additions, 0 deletions...emcachedEmbeddedTest/MemcachedEmbeddedTest/CMakeLists.txt
- test/MemcachedEmbeddedTest/MemcachedEmbeddedTest/main.cpp 84 additions, 98 deletionstest/MemcachedEmbeddedTest/MemcachedEmbeddedTest/main.cpp
Loading
Please register or sign in to comment