An open API service indexing awesome lists of open source software.

https://github.com/losttech/largecollections

64 bit collections on 64 bit platforms
https://github.com/losttech/largecollections

Last synced: 4 months ago
JSON representation

64 bit collections on 64 bit platforms

Awesome Lists containing this project

README

          

# 64 bit collections library

Or rather natively sized collections library.

[![NuGet Link](https://img.shields.io/nuget/v/LostTech.LargeCollections)](https://www.nuget.org/packages/LostTech.LargeCollections)
[![CI](https://github.com/losttech/LargeCollections/actions/workflows/dotnet.yml/badge.svg)](https://github.com/losttech/LargeCollections/actions/workflows/dotnet.yml)
[![Coverage](https://img.shields.io/codecov/c/github/losttech/LargeCollections)](https://app.codecov.io/gh/losttech/LargeCollections)

Provides collections, that can contain up to 2^64-2 elements on 64 platforms,
and 2^32-2 elements on 32 bit platforms.