Results 2 comments of scott

Hello, I've build a simple Faiss Java API using JavaCPP, but I've encountered an issue: the memory overhead is higher compared to C++. I think this is due to JavaCPP...

Hi @sourcesync , thanks for your seggustion, currently I'm warpping the float array into a float pointer and passing it to the native function, is this how you mentioned "BytePointer/ByteBuffer...