Nino.Shared 1.0.15

dotnet add package Nino.Shared --version 1.0.15
NuGet\Install-Package Nino.Shared -Version 1.0.15
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="Nino.Shared" Version="1.0.15" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Nino.Shared --version 1.0.15
#r "nuget: Nino.Shared, 1.0.15"
#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.
// Install Nino.Shared as a Cake Addin
#addin nuget:?package=Nino.Shared&version=1.0.15

// Install Nino.Shared as a Cake Tool
#tool nuget:?package=Nino.Shared&version=1.0.15

Nino.Shared

A useful library that contains various high performance approaches with high compatability.

高兼容性的高性能工具解决方案。

  • IO

    • 高性能数据压缩流
    • 数组对象池(线程安全)
    • 基础对象池(线程安全)
    • 二进制流对象池(线程安全)
    • 高性能动态扩容Buffer(易用、高效,低GC)
    • 可动态修改Buffer流(包含不需要分配io_buffer去read/write的方法)
  • Mgr

    • 压缩解压助手
  • Util

    • HashCode计算工具
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 is compatible. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Nino.Shared:

Package Downloads
Nino.Serialization

High performance and low size binary serialization solution, especially for Unity.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Nino.Shared:

Repository Stars
RRQM/TouchSocket
TouchSocket是.Net(包括 C# 、VB.Net、F#)的一个整合性的、超轻量级的网络通信框架。包含了 tcp、udp、ssl、http、websocket、rpc、jsonrpc、webapi、xmlrpc等一系列的通信模块。一键式解决 TCP 黏分包问题,udp大数据包分片组合问题等。使用协议模板,可快速实现「固定包头」、「固定长度」、「区间字符」等一系列的数据报文解析。
Version Downloads Last updated
1.0.15 1,392 12/11/2022
1.0.14 991 10/18/2022
1.0.13 607 10/5/2022
1.0.12 792 8/11/2022
1.0.11 622 8/7/2022
1.0.10 612 7/29/2022
1.0.9 630 7/27/2022
1.0.8 611 7/24/2022
1.0.7 636 7/20/2022
1.0.6 642 7/9/2022
1.0.5 636 7/4/2022
1.0.4 664 7/3/2022
1.0.3 654 7/2/2022
1.0.2 1,086 6/30/2022
1.0.1 834 6/30/2022
1.0.0 626 6/30/2022

v1.0.15
- [optimization] optimized performance