intelie / tinymap

:microscope: Memory-Efficient Immutable HashMap/HashSet
Apache License 2.0
83 stars 4 forks source link

Is the latest still 0.9 #3

Open Desoroxxx opened 1 year ago

Desoroxxx commented 1 year ago

0.9 is 3 years old and this seem to have newer commits, also 0.9 has a lot of vulnerabilities see: https://mvnrepository.com/artifact/net.intelie.tinymap/tinymap/0.9

thegatesdev commented 12 months ago

I'm interested in this implementation, I need some form of immutable hash table.

also 0.9 has a lot of vulnerabilities see: https://mvnrepository.com/artifact/net.intelie.tinymap/tinymap/0.9

It seems those vulnerabilities only come from their dependencies, which are all scoped to test, so I don't think that should be an issue

Is this library still relevant? Is it not being updated because it's complete?