CommunityToolkit.HighPerformance
by: Microsoft
- 291 total downloads
- Latest version: 8.4.2
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.
Configuration
by: Cameron Fletcher, , Configuration contributors
- 144 total downloads
- Latest version: 0.2.0-beta13
A simple configuration library for .NET
DesktopBridge.Helpers
by: Matteo Pagani
- 85 total downloads
- Latest version: 1.2.2
A simple library that can be used in a Win32 app to detect if it's running as native or inside a AppX / MSIX container.
DnsClient
by: MichaCo
- 130 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
dbup
by: Paul Stovell, Jim Burger, Jake Ginnivan, Damian Maclennan
- 131 total downloads
- Latest version: 5.0.41
This package exists to allow easy upgrades from pre-4.0 version This package was split into two packages dbup-core and dbup-sqlserver so that non SQL Server packages did not need to also
reference the SQL Server code. Uninstall this package and install dbup-sqlserver, or the package for the server(s) you are targeting instead!
CommonServiceLocator
by: .NET Foundation and Contributors
- 189 total downloads
- Latest version: 2.0.7
The library provides an abstraction over IoC containers and service locators. Using the library allows an application to indirectly access the capabilities without relying on hard references.
DartSassBuilder
by: Johan van Rensburg, Dean Wiseman
- 323 total downloads
- Latest version: 1.1.0
Compile Sass files to css on project build.
Crc32.NET
by: force
- 54 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.
Cucumber.Messages
by: Cucumber Ltd, TechTalk
- 751 total downloads
- Latest version: 33.0.2
JSON schema-based messages for Cucumber's inter-process communication
dbup-core
by: Paul Stovell, Jim Burger, Jake Ginnivan, Damian Maclennan
- 86 total downloads
- Latest version: 6.1.1
DbUp makes it easy to deploy and upgrade SQL Server databases by running change scripts. This is the core library and should be used in conjunction with the database specific package (eg dbup-sqlserver, dbup-mysql)
Cucumber.CucumberExpressions
by: Cucumber Ltd, Gaspar Nagy
- 128 total downloads
- Latest version: 20.0.0
Cucumber Expressions implementation for .NET.
CSharpFunctionalExtensions
by: Vladimir Khorikov
- 1,343k total downloads
- Latest version: 3.7.0
CSharpFunctionalExtensions - functional extensions for C#
dbup-postgresql
by: https://github.com/orgs/DbUp/people
- 107 total downloads
- Latest version: 7.0.1
DbUp makes it easy to deploy and upgrade SQL Server databases. This package adds PostgreSQL support.
Docker.DotNet
by: Docker.DotNet
- 151 total downloads
- Latest version: 3.125.15
Docker.DotNet is a library that allows you to interact with the Docker Remote API programmatically with fully asynchronous, non-blocking and object-oriented code in your .NET applications.
CSharpTest.Net.Collections
by: Roger Knapp
- 13 total downloads
- Latest version: 14.906.1403.1082
==CSharpTest.Net.Collections==
* BPlusTree - a fairly full featured IDictionary backed by a B+Tree on disk.
* BTreeDictionary - a fully in-memory IDictionary implemented by a B+Tree.
* BTreeList - an in-memory IList using a B+Tree for storage and access.
* LurchTable - Least Used Recently Concurrent Hash Table, LinkedHashMap but thread-safe.
* MergeSort - Provides a memory-efficient sort for arrays.
* OrderedEnumeration & OrderedKeyValuePairs - Ordered enum of large volumes of key-values.
* OrdinalList - A simple byte[] based bit-mask collection supporting set operations.
Dapper
by: Sam Saffron, Marc Gravell, Nick Craver
- 630 total downloads
- Latest version: 2.1.79
A high performance Micro-ORM supporting SQL Server, MySQL, Sqlite, SqlCE, Firebird etc. Major Sponsor: Dapper Plus from ZZZ Projects.
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.
CronExpressionDescriptor
by: Brady Holt
- 921 total downloads
- Latest version: 2.50.0
A library that converts cron expressions into human readable descriptions. Supports multiple languages including: English, Brazillian, Spanish, Norwgian, Turkish, Dutch, Chinese Simplified, Russian, French, German, Ukrainian, Persian (Farsi), Polish, Romanian, Italian, Swedish, Slovenian, Danish, Finnish, Greek, Kazakh, Kyrgyz and Japanese.
coverlet.collector
by: tonerdo
- 364 total downloads
- Latest version: 10.0.1
Coverlet is a cross platform code coverage library for .NET, with support for line, branch and method coverage.
dbup-sqlserver
by: https://github.com/orgs/DbUp/people
- 74 total downloads
- Latest version: 7.2.0
DbUp makes it easy to deploy and upgrade Microsoft SQL Server databases. This package adds SqlServer support.