CommunityToolkit.HighPerformance
by: Microsoft
- 101 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
- 38 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).
Confluent.Kafka
by: Confluent Inc. Andreas Heider
- 297 total downloads
- Latest version: 2.13.1
Confluent's .NET Client for Apache Kafka
Consul
by: PlayFab G-Research
- 161 total downloads
- Latest version: 1.7.14.11
Consul.NET is a .NET client library for the Consul HTTP API
Crc32.NET
by: force
- 10 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.
Dapper
by: Sam Saffron Marc Gravell Nick Craver
- 278 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
- 14 total downloads
- Latest version: 1.0.1
Alibaba Cloud Dara Core SDK for .NET
Ding.QRCode
by: 丁川
- 434 total downloads
- Latest version: 1.1.8
Ding.QRCode是基于.net core平台开发的应用框架中的二维码操作核心类库。
Ding.QRCode.ZXing
by: 丁川
- 484 total downloads
- Latest version: 1.1.8
Ding.QRCode.ZXing是基于.net core平台开发的应用框架中的ZXing.Net二维码操作类库。
DnsClient
by: MichaCo
- 202 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
- 397 total downloads
- Latest version: 3.1.2
Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern.
DotNetCore.CAP.Dashboard
by: ncc savorboard
- 8 total downloads
- Latest version: 3.0.0-preview-93361469
Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern.
DotNetCore.CAP.Kafka
by: ncc savorboard
- 549 total downloads
- Latest version: 3.1.2
Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern.
DotNetCore.CAP.SqlServer
by: ncc savorboard
- 376 total downloads
- Latest version: 3.1.2
Distributed transaction solution in micro-service base on eventually consistency, also an eventbus with Outbox pattern.
EFCore.BulkExtensions
by: borisdj
- 514 total downloads
- Latest version: 10.0.0
EntityFramework .Net EFCore EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on SQL Server, PostgreSQL, MySQL, SQLite
EFCore.BulkExtensions.MySql
by: borisdj
- 5 total downloads
- Latest version: 6.6.3
EntityFramework EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on MySQL
EFCore.BulkExtensions.PostgreSql
by: borisdj
- 10 total downloads
- Latest version: 6.6.3
EntityFramework EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on PostgreSQL
EFCore.BulkExtensions.SQLite
by: borisdj
- 2 total downloads
- Latest version: 6.6.3
EntityFramework EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on SQLite
EFCore.BulkExtensions.SqlServer
by: borisdj
- 5 total downloads
- Latest version: 6.6.3
EntityFramework EF Core Bulk Batch Extensions for Insert Update Delete Read (CRUD) operations on SQL Server