Skip to content

Commit

Permalink
Doc updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlebansais committed Jan 24, 2019
1 parent 822cba6 commit 97390e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![CodeFactor](https://www.codefactor.io/repository/github/dlebansais/largelist/badge)](https://www.codefactor.io/repository/github/dlebansais/largelist)
[![codecov](https://codecov.io/gh/dlebansais/LargeList/branch/master/graph/badge.svg)](https://codecov.io/gh/dlebansais/LargeList)

[Download](https://github.com/dlebansais/LargeList/releases) (v1.0.0.289). Target framework: 4.5.2, Windows 64-bits only.
[Download](https://github.com/dlebansais/LargeList/releases) (v1.0.0.325). Target framework: 4.5.2, Windows 64-bits only.

LargeList is an implementation of collections that can hold a number of elements limited only by the available memory, tested up to 8 billions.
The current implementation of Collection<> and List<> in .NET (4.6.1) can only hold up to 268 millions of reference per collection or list, but LargeList is able to break this barrier using a partition scheme.
Expand Down

0 comments on commit 97390e0

Please sign in to comment.