Path Lines of Code cs/src/core/Allocator/AllocatorBase.cs 1139 cs/src/core/Allocator/AsyncIOContext.cs 31 cs/src/core/Allocator/AtomicOwner.cs 61 cs/src/core/Allocator/BlittableAllocator.cs 291 cs/src/core/Allocator/BlittableFrame.cs 50 cs/src/core/Allocator/BlittableScanIterator.cs 135 cs/src/core/Allocator/ErrorList.cs 55 cs/src/core/Allocator/GenericAllocator.cs 762 cs/src/core/Allocator/GenericFrame.cs 51 cs/src/core/Allocator/GenericScanIterator.cs 129 cs/src/core/Allocator/IFasterScanIterator.cs 20 cs/src/core/Allocator/MallocFixedPageSize.cs 444 cs/src/core/Allocator/MemoryPageScanIterator.cs 67 cs/src/core/Allocator/PageUnit.cs 12 cs/src/core/Allocator/PendingFlushList.cs 56 cs/src/core/Allocator/ScanIteratorBase.cs 150 cs/src/core/Allocator/VarLenBlittableAllocator.cs 389 cs/src/core/Allocator/VarLenBlittableScanIterator.cs 122 cs/src/core/Allocator/WorkQueueLIFO.cs 56 cs/src/core/Async/CompletePendingAsync.cs 68 cs/src/core/Async/DeleteAsync.cs 97 cs/src/core/Async/RMWAsync.cs 164 cs/src/core/Async/ReadAsync.cs 183 cs/src/core/Async/UpdateAsync.cs 143 cs/src/core/Async/UpsertAsync.cs 97 cs/src/core/ClientSession/AdvancedClientSession.cs 619 cs/src/core/ClientSession/ClientSession.cs 651 cs/src/core/ClientSession/FASTERClientSession.cs 185 cs/src/core/ClientSession/IClientSession.cs 49 cs/src/core/Device/AsyncPool.cs 91 cs/src/core/Device/Devices.cs 24 cs/src/core/Device/IDevice.cs 38 cs/src/core/Device/LocalMemoryDevice.cs 137 cs/src/core/Device/LocalStorageDevice.cs 386 cs/src/core/Device/ManagedLocalStorageDevice.cs 431 cs/src/core/Device/NullDevice.cs 27 cs/src/core/Device/ShardedStorageDevice.cs 159 cs/src/core/Device/StorageDeviceBase.cs 137 cs/src/core/Device/TieredStorageDevice.cs 116 cs/src/core/Epochs/FastThreadLocal.cs 59 cs/src/core/Epochs/LightEpoch.cs 307 cs/src/core/Index/CheckpointManagement/DefaultCheckpointNamingScheme.cs 30 cs/src/core/Index/CheckpointManagement/DeviceLogCommitCheckpointManager.cs 346 cs/src/core/Index/CheckpointManagement/ICheckpointNamingScheme.cs 27 cs/src/core/Index/CheckpointManagement/INamedDeviceFactory.cs 13 cs/src/core/Index/CheckpointManagement/LocalStorageNamedDeviceFactory.cs 66 cs/src/core/Index/Common/AddressInfo.cs 81 cs/src/core/Index/Common/CheckpointSettings.cs 16 cs/src/core/Index/Common/CompletedOutput.cs 71 cs/src/core/Index/Common/Contexts.cs 569 cs/src/core/Index/Common/HeapContainer.cs 19 cs/src/core/Index/Common/LogSettings.cs 35 cs/src/core/Index/Common/RecordInfo.cs 205 cs/src/core/Index/FASTER/Extensions.cs 48 cs/src/core/Index/FASTER/FASTER.cs 607 cs/src/core/Index/FASTER/FASTERBase.cs 495 cs/src/core/Index/FASTER/FASTERImpl.cs 1832 cs/src/core/Index/FASTER/FASTERIterator.cs 157 cs/src/core/Index/FASTER/FASTERLegacy.cs 295 cs/src/core/Index/FASTER/FASTERThread.cs 348 cs/src/core/Index/FASTER/LogAccessor.cs 230 cs/src/core/Index/FASTER/LogCompactionFunctions.cs 30 cs/src/core/Index/FasterLog/CommitFailureException.cs 12 cs/src/core/Index/FasterLog/CommitInfo.cs 17 cs/src/core/Index/FasterLog/FasterLog.cs 989 cs/src/core/Index/FasterLog/FasterLogIterator.cs 339 cs/src/core/Index/FasterLog/FasterLogRecoveryInfo.cs 111 cs/src/core/Index/FasterLog/FasterLogSettings.cs 39 cs/src/core/Index/FasterLog/ILogCommitManager.cs 13 cs/src/core/Index/FasterLog/IReadOnlySpanBatch.cs 10 cs/src/core/Index/FasterLog/LocalLogCommitManager.cs 43 cs/src/core/Index/Interfaces/DataContractObjectSerializer.cs 27 cs/src/core/Index/Interfaces/FasterEqualityComparer.cs 107 cs/src/core/Index/Interfaces/FunctionsBase.cs 111 cs/src/core/Index/Interfaces/IAdvancedFunctions.cs 34 cs/src/core/Index/Interfaces/ICompactionFunctions.cs 11 cs/src/core/Index/Interfaces/IFasterEqualityComparer.cs 9 cs/src/core/Index/Interfaces/IFasterKV.cs 46 cs/src/core/Index/Interfaces/IFasterSession.cs 14 cs/src/core/Index/Interfaces/IFunctions.cs 33 cs/src/core/Index/Interfaces/IObjectSerializer.cs 41 cs/src/core/Index/Interfaces/NullFasterSession.cs 16 cs/src/core/Index/Interfaces/ObjectSerializer.cs 31 cs/src/core/Index/Interfaces/TryAddFunctions.cs 10 cs/src/core/Index/Recovery/Checkpoint.cs 80 cs/src/core/Index/Recovery/DeltaLog.cs 293 cs/src/core/Index/Recovery/DirectoryConfiguration.cs 120 cs/src/core/Index/Recovery/FileDescriptor.cs 14 cs/src/core/Index/Recovery/ICheckpointManager.cs 25 cs/src/core/Index/Recovery/IndexCheckpoint.cs 123 cs/src/core/Index/Recovery/IndexRecovery.cs 137 cs/src/core/Index/Recovery/LocalCheckpointManager.cs 202 cs/src/core/Index/Recovery/Recovery.cs 757 cs/src/core/Index/Synchronization/FasterStateMachine.cs 204 cs/src/core/Index/Synchronization/FullCheckpointStateMachine.cs 82 cs/src/core/Index/Synchronization/HybridLogCheckpointTask.cs 302 cs/src/core/Index/Synchronization/IStateMachineCallback.cs 7 cs/src/core/Index/Synchronization/ISynchronizationStateMachine.cs 81 cs/src/core/Index/Synchronization/IndexResizeStateMachine.cs 92 cs/src/core/Index/Synchronization/IndexSnapshotStateMachine.cs 102 cs/src/core/Index/Synchronization/StateTransitions.cs 92 cs/src/core/Index/Synchronization/VersionChangeStateMachine.cs 144 cs/src/core/Properties/AssemblyInfo.cs 20 cs/src/core/Utilities/AsyncCountDown.cs 52 cs/src/core/Utilities/AsyncQueue.cs 43 cs/src/core/Utilities/AsyncResultTypes.cs 27 cs/src/core/Utilities/BufferPool.cs 171 cs/src/core/Utilities/CompletionEvent.cs 33 cs/src/core/Utilities/FasterException.cs 21 cs/src/core/Utilities/IntExclusiveLocker.cs 42 cs/src/core/Utilities/LockType.cs 9 cs/src/core/Utilities/Native32.cs 323 cs/src/core/Utilities/OverflowPool.cs 43 cs/src/core/Utilities/PageAsyncResultTypes.cs 78 cs/src/core/Utilities/SafeConcurrentDictionary.cs 150 cs/src/core/Utilities/Status.cs 11 cs/src/core/Utilities/Utility.cs 200 cs/src/core/VarLen/DefaultVariableLengthStruct.cs 20 cs/src/core/VarLen/FixedLengthStruct.cs 16 cs/src/core/VarLen/IHeapConvertible.cs 8 cs/src/core/VarLen/IVariableLengthStruct.cs 32 cs/src/core/VarLen/MemoryComparer.cs 34 cs/src/core/VarLen/MemoryFunctions.cs 64 cs/src/core/VarLen/MemoryVarLenStruct.cs 51 cs/src/core/VarLen/ReadOnlyMemoryVarLenStruct.cs 38 cs/src/core/VarLen/SessionVariableLengthStructSettings.cs 9 cs/src/core/VarLen/SpanByte.cs 258 cs/src/core/VarLen/SpanByteAdvancedFunctions.cs 87 cs/src/core/VarLen/SpanByteAndMemory.cs 42 cs/src/core/VarLen/SpanByteComparer.cs 29 cs/src/core/VarLen/SpanByteExtensions.cs 42 cs/src/core/VarLen/SpanByteFunctions.cs 87 cs/src/core/VarLen/SpanByteVarLenStruct.cs 19 cs/src/core/VarLen/UnmanagedMemoryManager.cs 42 cs/src/core/VarLen/UnsafeLogMemoryExtensions.cs 46 cs/src/core/VarLen/VarLenHeapContainer.cs 24 cs/src/core/VarLen/VariableLengthStructSettings.cs 9