From eb2ce802569d88f9975008485015c85e13923306 Mon Sep 17 00:00:00 2001 From: Shautvast Date: Wed, 24 May 2023 22:16:57 +0200 Subject: [PATCH] additions --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8396aa1..381da0b 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,8 @@ * needs jdk 9 (VarHandles) * minimal reflection (once per creation of the list) -* The only class (for now): [nl.sanderhautvast.contiguous.ContiguousList](https://github.com/shautvast/Contiguous/blob/main/src/main/java/nl/sanderhautvast/contiguous/ContiguousList.java) \ No newline at end of file +* The only class (for now): [ContiguousList](https://github.com/shautvast/Contiguous/blob/main/src/main/java/nl/sanderhautvast/contiguous/ContiguousList.java) + +* Still in a very early stage + * the code is working + * but it remains to be seen if this is a good idea \ No newline at end of file