回答編集履歴
1
補足を追加
test
CHANGED
@@ -2,8 +2,10 @@
|
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
「IList<T>を実装して、要素数が32ビットに制限されないリスト」の実装を自分で作るか、すでに作られているものを探してください。
|
5
|
+
「~~IList<T>を実装して、~~要素数が32ビットに制限されないリスト」の実装を自分で作るか、すでに作られているものを探してください。
|
6
6
|
|
7
7
|
|
8
8
|
|
9
9
|
LargeListとかBigListとか、そんな感じの名前でいくつか見つかります。
|
10
|
+
|
11
|
+
[GitHub - dlebansais/LargeList: LargeList is an implementation of Collection<> and List<> that can hold a number of elements limited only by the available memory, tested up to 8 billions.](https://github.com/dlebansais/LargeList)
|