rohansuri / adaptive-radix-tree

A fast and space efficient Radix tree in Java
MIT License
118 stars 14 forks source link

Please provide jdk11 version in repo #3

Closed xbloom closed 4 years ago

xbloom commented 4 years ago

JDK11 is the LTS version. Could you please upload artifact in that version?

rohansuri commented 4 years ago

Just created 1.0.1-beta built with Java 8. Give it a try.

xbloom commented 4 years ago

It looks good, Thank U