jankotek / mapdb

MapDB provides concurrent Maps, Sets and Queues backed by disk storage or off-heap-memory. It is a fast and easy to use embedded Java database engine.
https://mapdb.org
Apache License 2.0
4.87k stars 872 forks source link

Where are the Kotlin source files found? #991

Open svukadin85 opened 3 years ago

svukadin85 commented 3 years ago

Sorry for this rudimentary question but where can I find Kotlin source files (implementations). Like for HTreeMap for example. I know this is probably really stupid question but I don't see it in this repo...

Ionuc commented 3 years ago

Hi, I found Kotlin sources on specific branches, like branch release-3.0 Regards, Ionut Mesaros