unum-cloud / usearch

Fast Open-Source Search & Clustering engine × for Vectors & 🔜 Strings × in C++, C, Python, JavaScript, Rust, Java, Objective-C, Swift, C#, GoLang, and Wolfram 🔍
https://unum-cloud.github.io/usearch/
Apache License 2.0
1.92k stars 109 forks source link

Java: Free resources via `AutoCloseable.close()` #408

Closed mccullocht closed 1 month ago

mccullocht commented 1 month ago

Implement AutoCloseable.close() to free underlying resources not controlled by the java runtime.

After close() all methods will throw an IllegalStateException if called to avoid segfaults in JNI.