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
- Host: GitHub
- URL: https://github.com/losttech/largecollections
- Owner: losttech
- License: mit
- Created: 2021-03-06T19:29:24.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-04T03:16:26.000Z (almost 5 years ago)
- Last Synced: 2025-08-24T10:59:33.267Z (6 months ago)
- Language: C#
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 64 bit collections library
Or rather natively sized collections library.
[](https://www.nuget.org/packages/LostTech.LargeCollections)
[](https://github.com/losttech/LargeCollections/actions/workflows/dotnet.yml)
[](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.