Skip to content

Commit

Permalink
Updating submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Open Source Bot authored and facebook-github-bot committed Mar 20, 2024
1 parent d1dba8b commit ffebcaa
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cachelib/external/fbthrift
Submodule fbthrift updated 229 files
2 changes: 1 addition & 1 deletion cachelib/external/fizz
2 changes: 1 addition & 1 deletion cachelib/external/folly
Submodule folly updated 72 files
+0 −2 folly/AtomicHashArray.h
+0 −4 folly/AtomicHashMap.h
+0 −2 folly/Benchmark.cpp
+0 −2 folly/ConcurrentSkipList-inl.h
+0 −2 folly/ConcurrentSkipList.h
+0 −2 folly/CppAttributes.h
+0 −2 folly/DiscriminatedPtr.h
+0 −5 folly/ExceptionWrapper-inl.h
+0 −4 folly/ExceptionWrapper.h
+0 −2 folly/Expected.h
+61 −1 folly/FBString.h
+0 −2 folly/Fingerprint.h
+0 −1 folly/FixedString.h
+0 −2 folly/FollyMemcpy.h
+0 −5 folly/Function.h
+0 −3 folly/Memory.h
+0 −3 folly/PackedSyncPtr.h
+0 −2 folly/Preprocessor.h
+0 −3 folly/ProducerConsumerQueue.h
+0 −5 folly/Range.h
+0 −2 folly/SharedMutex.h
+0 −1 folly/String.h
+0 −2 folly/ThreadCachedInt.h
+0 −2 folly/ThreadLocal.h
+0 −2 folly/TimeoutQueue.h
+1 −6 folly/Traits.h
+0 −2 folly/container/BitIterator.h
+0 −3 folly/container/F14.md
+0 −3 folly/container/F14Map.h
+0 −3 folly/container/F14Set.h
+0 −2 folly/container/IntrusiveHeap.h
+0 −2 folly/container/heap_vector_types.h
+0 −2 folly/experimental/CodingDetail.h
+0 −2 folly/experimental/EliasFanoCoding.h
+18 −281 folly/experimental/io/IoUringBackend.cpp
+223 −0 folly/experimental/io/IoUringProvidedBufferRing.cpp
+132 −0 folly/experimental/io/IoUringProvidedBufferRing.h
+0 −1 folly/gen/Base.h
+3 −0 folly/io/async/AsyncSocket.cpp
+0 −4 folly/io/async/AsyncTimeout.h
+0 −1 folly/json/DynamicConverter.h
+0 −1 folly/json/dynamic.h
+0 −1 folly/json/json.h
+0 −2 folly/json/test/DynamicConverterTest.cpp
+0 −1 folly/lang/Badge.h
+0 −1 folly/lang/Bits.h
+0 −2 folly/lang/test/BitsBenchmark.cpp
+0 −2 folly/lang/test/BitsTest.cpp
+0 −2 folly/small_vector.h
+0 −8 folly/sorted_vector_types.h
+0 −10 folly/stop_watch.h
+0 −5 folly/synchronization/MicroSpinLock.h
+0 −5 folly/synchronization/PicoSpinLock.h
+0 −2 folly/synchronization/RWSpinLock.h
+0 −3 folly/synchronization/SmallLocks.h
+0 −5 folly/synchronization/detail/Sleeper.h
+0 −4 folly/synchronization/test/RWSpinLockTest.cpp
+0 −2 folly/system/MemoryMapping.h
+0 −4 folly/test/ArenaSmartPtrTest.cpp
+0 −2 folly/test/ConcurrentSkipListBenchmark.cpp
+0 −2 folly/test/ConcurrentSkipListTest.cpp
+0 −1 folly/test/ConvBenchmark.cpp
+0 −3 folly/test/FBStringBenchmark.cpp
+40 −4 folly/test/FBStringTest.cpp
+0 −3 folly/test/FBVectorBenchmark.cpp
+0 −3 folly/test/FBVectorTest.cpp
+0 −3 folly/test/FBVectorTestUtil.h
+0 −3 folly/test/FixedStringTest.cpp
+0 −2 folly/test/ProducerConsumerQueueBenchmark.cpp
+0 −3 folly/test/RangeTest.cpp
+0 −2 folly/test/SynchronizedTest.cpp
+0 −2 folly/test/stl_tests/StlVectorTest.cpp

0 comments on commit ffebcaa

Please sign in to comment.