CommunityToolkit.HighPerformance
by: Microsoft
- 95 total downloads
- Latest version: 8.4.0
This package includes high performance .NET helpers such as:
- Memory2D<T> and Span2D<T>: two types providing fast and allocation-free abstraction over 2D memory areas.
- ArrayPoolBufferWriter<T>: an IBufferWriter<T> implementation using pooled arrays, which also supports IMemoryOwner<T>.
- MemoryBufferWriter<T>: an IBufferWriter<T>: implementation that can wrap external Memory<T>: instances.
- MemoryOwner<T>: an IMemoryOwner<T> implementation with an embedded length and a fast Span<T> accessor.
- SpanOwner<T>: a stack-only type with the ability to rent a buffer of a specified length and getting a Span<T> from it.
- StringPool: a configurable pool for string instances that be used to minimize allocations when creating multiple strings from char buffers.
- String, array, Memory<T>, Span<T> extensions and more, all focused on high performance.
- HashCode<T>: a SIMD-enabled extension of HashCode to quickly process sequences of values.
- BitHelper: a class with helper methods to perform bit operations on numeric types.
- ParallelHelper: helpers to work with parallel code in a highly optimized manner.
- Box<T>: a type mapping boxed value types and exposing some utility and high performance methods.
- Ref<T>: a stack-only struct that can store a reference to a value of a specified type.
- NullableRef<T>: a stack-only struct similar to Ref<T>, which also supports nullable references.
ComponentAce.Compression.Libs.zlib
by: Jean-loup Gailly Mark Adler ComponentAce Eugene Bekker
- 37 total downloads
- Latest version: 1.0.4
ZLIB.NET is a 100% managed version of ZLIB compression library which implements deflate and inflate compression algorithms.
This is a .NET Core (.NET Standard) port of the zlib.net library from ComponentAce (http://www.componentace.com/zlib_.NET.htm).
Configuration
by: Cameron Fletcher Configuration contributors
- 32 total downloads
- Latest version: 0.2.0-beta13
A simple configuration library for .NET
Confluent.Kafka
by: Confluent Inc. Andreas Heider
- 280 total downloads
- Latest version: 2.12.0
Confluent's .NET Client for Apache Kafka
Consul
by: PlayFab G-Research
- 250 total downloads
- Latest version: 1.7.14.9
Consul.NET is a .NET client library for the Consul HTTP API
Crc32.NET
by: force
- 11 total downloads
- Latest version: 1.2.0
Fast version of Crc32 & Crc32C algorithms for .NET and .NET Core. It is up to 3x-5x times better than other "fast" implemenations. Code based on Crc32C.NET library.
Crc32C.NET
by: Robert Važan
- 4 total downloads
- Latest version: 1.0.5
Hardware-accelerated CRC-32C (Castagnoli) with super fast software fallback for .NET projects. Don't confuse with ordinary CRC-32. Automatically selects 32-bit or 64-bit embedded native library for maximum performance.
Dapper
by: Sam Saffron Marc Gravell Nick Craver
- 250 total downloads
- Latest version: 2.1.66
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc. Major Sponsor: Dapper Plus from ZZZ Projects.
Darabonba
by: Alibaba Cloud
- 13 total downloads
- Latest version: 1.0.0
Alibaba Cloud Dara Core SDK for .NET
Ding.QRCode
by: 丁川
- 423 total downloads
- Latest version: 1.1.8
Ding.QRCode是基于.net core平台开发的应用框架中的二维码操作核心类库。
Ding.QRCode.ZXing
by: 丁川
- 375 total downloads
- Latest version: 1.1.8
Ding.QRCode.ZXing是基于.net core平台开发的应用框架中的ZXing.Net二维码操作类库。
DnsClient
by: MichaCo
- 192 total downloads
- Latest version: 1.8.0
DnsClient.NET is a simple yet very powerful and high performance open source library for the .NET Framework to do DNS lookups
dotMorten.Microsoft.SqlServer.Types
by: Morten Nielsen
- 14 total downloads
- Latest version: 2.5.0
Allows you to use SQL Server spatial SqlHierarchy types on a machine without SQL Server installed and decode these UDT types in any .NET Standard client
DotNetCore.CAP
by: NCC Savorboard
- 706 total downloads
- Latest version: 10.0.1
Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern.
DotNetCore.CAP.Dashboard
by: NCC Savorboard
- 385 total downloads
- Latest version: 10.0.1
Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern.
DotNetCore.CAP.Kafka
by: NCC Savorboard
- 993 total downloads
- Latest version: 10.0.0
Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern.
DotNetCore.CAP.SqlServer
by: NCC Savorboard
- 658 total downloads
- Latest version: 10.0.0
Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern.
EFCore.BulkExtensions
by: borisdj
- 1.033k total downloads
- Latest version: 9.0.2
EntityFramework .Net EFCore EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on SQL Server, PostgreSQL, MySQL, SQLite
EFCore.BulkExtensions.Core
by: borisdj
- 37 total downloads
- Latest version: 10.0.0
EntityFramework .Net EFCore EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations