adjusted readme

This commit is contained in:
Shautvast 2023-08-22 14:44:55 +02:00
parent f7f999bd53
commit 0bd9f62be0

View file

@ -4,7 +4,7 @@
* needs jdk 9 (VarHandles) * needs jdk 9 (VarHandles)
* minimal reflection (once per creation of the list) * minimal reflection (once per creation of the list)
* The only class (for now): [ContiguousList](https://github.com/shautvast/Contiguous/blob/main/src/main/java/nl/sanderhautvast/contiguous/ContiguousList.java) * The only class (for now): [ContiguousList](https://github.com/shautvast/Contiguous/blob/main/lib/src/main/java/com/github/shautvast/contiguous/ContiguousList.java)
* Still in a very early stage * Still in a very early stage
* the code is working * the code is working