TC.Tier.Core 1.0.0-alpha.3

This is a prerelease version of TC.Tier.Core.
dotnet add package TC.Tier.Core --version 1.0.0-alpha.3
                    
NuGet\Install-Package TC.Tier.Core -Version 1.0.0-alpha.3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="TC.Tier.Core" Version="1.0.0-alpha.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="TC.Tier.Core" Version="1.0.0-alpha.3" />
                    
Directory.Packages.props
<PackageReference Include="TC.Tier.Core" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add TC.Tier.Core --version 1.0.0-alpha.3
                    
#r "nuget: TC.Tier.Core, 1.0.0-alpha.3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package TC.Tier.Core@1.0.0-alpha.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=TC.Tier.Core&version=1.0.0-alpha.3&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=TC.Tier.Core&version=1.0.0-alpha.3&prerelease
                    
Install as a Cake Tool

TC.Tier.Core

TC.Tier 的内核基础设施——生命周期骨架、并发原语、原生内存与 IO 底座。依赖 TC.Tier.Contracts

包含

  • LifecycleBase / RecoveryBase(统一生命周期骨架:Initialize → 恢复 → 就绪的固定模板)
  • 并发原语(LightEpoch / SpinRWLock / FairGate / MonitorScope / AsyncManualResetEvent 等)
  • 原生内存(AlignedMemoryManager / NativeArena / PinnedBufferPool——零 GC 热路径)
  • IO 底座(TierFs 统一入口:local / memory / virtual 介质 + 文件系统抽象)
  • 异步原语(AsyncOperation / 优先级队列 / IsolatedTaskScheduler)

依赖

  • TC.Tier.Contracts

文档

  • 完整文档站:https://docs.mytzz.top/
  • 生命周期模型:https://docs.mytzz.top/docs/core/lifecycle.html
  • 并发与锁:https://docs.mytzz.top/docs/core/locking-and-epoch.html
Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on TC.Tier.Core:

Package Downloads
TC.Tier.Core.IO.S3

TC.Tier Core/IO 远程对象层——SigV4 自写的 S3 兼容 IObjectStore 实现(S3/OSS/MinIO/R2/B2,换 endpoint 即达;network:///s3 介质)

TC.Tier.Runtime

TC.Tier 可组合存储运行时内核——IO引擎实现与4中间层。

TC.Tier.Core.Net

TC.Tier Core/Net 集群传输协议标准库——统一帧格式(16B 帧头介质无关)+ 握手 + 节点对单长连接通道复用;raft/p2p 及产品复制的协议域传输底座(spec-11)

TC.Tier.Core.IO.Net

TC.Tier Core/IO 网络传送层——根空间镜像的 TCP 流式收发(TCA1 载荷 + 握手/回执控制帧;四态互转的网络发射端)

TC.Tier.Products

TC.Tier 官方产品——TierKV/WAL/Blob/Queue,基于可组合运行时内核。

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.0-alpha.3 0 9/18/2026
1.0.0-alpha.2 8 9/18/2026
1.0.0-alpha.1 44 9/16/2026