NuCache: children as linked lists

This commit is contained in:
Stephan
2019-04-22 17:51:07 +02:00
parent 2270188668
commit 05c85bbce5
5 changed files with 227 additions and 187 deletions

View File

@@ -17,4 +17,4 @@
public volatile TValue Value;
public volatile LinkedNode<TValue> Next;
}
}
}