Found 145 packages
Will generate Sequential Guids based on MongoDB's ObjectId specification. Date & time are encoded into the value so you do not need to store them separately in your database. Supports standard Guids as well as SQL Server guids.
Sequential Guid (COMB) for SqlServer/MySQL/Oracle/PostgreSQL.
Simple SequentiaGuid generator
Provides a utility class for generating sequential globally unique identifiers (GUID) by using DateTime offset to use in both .NET Framework and .NET Core.
A safe sequential GUID generator (or Comb) that improves performance of GUID-style identifiers used in persistence.
Library to create and use COMB (timestamped sequential) GUID variants for Microsoft SQL Server and PostgreSQL. See the GitHub site for more details.
Provide extension methods to round trip between NodaTime Instant and sequential guid
Provides sequential pagination functionality.
KnstArchitecture.SequentialGuid
SequentialGuid library allows creation of alphanumerically sortable GUIDs prior to storing data in the database on any compatible platform. In addition, there are useful helper functions to convert to/from GUID or get specific character/byte. SequentialGuid is aimed for high-performance applications, as other such libraries are often very underperforming or do not have comparable functionality.
Simple, fast generation of RFC4122 UUIDS. Features: - Generate RFC4122 version 1 or version 4 UUIDs - Runs in node.js and all browsers. - Cryptographically strong random # generation on supporting platforms - 1.1K minified and gzip'ed - Annotated source code
This library brings C#'s concept of 'await foreach' to F#, with a seamless implementation of IAsyncEnumerable<'T>. The 'taskSeq' computation expression adds support for awaitable asynchronous sequences with similar ease of use and performance to F#'s 'task' CE, with minimal overhead through ValueTask under the hood. TaskSeq brings 'seq' and 'task' together in a safe way. Generates optimized IL code through resumable state machines, and comes with a comprehensive set of functions in module 'TaskSeq'. See README for documentation and more info.
Small project for the generation of sequential Guids.
Per-key sequential execution atom with global parallelism and optional fair scheduling.
Package Description
Implement MongoDB's IIdGenerator interface and add registration BsonSerializer helper method
A fast and modern .NET library to generate UUID/GUID that are either sequential and database friendly (versions 7), name based (versions 5) or random (version 4).
Sequential guid generator