bytedeco / javacpp

The missing bridge between Java and native C++
Other
4.47k stars 582 forks source link

Mention Nalim in Readme #627

Closed LifeIsStrange closed 1 year ago

LifeIsStrange commented 1 year ago

https://github.com/apangin/nalim It has some constraints but achieve maximal performance hence a worth mentioning approach in the trade-off space.

saudet commented 1 year ago

It's more an alternative to JNI than JavaCPP. It's something that JavaCPP could use, but it doesn't do anything that JavaCPP does.

LifeIsStrange commented 1 year ago

Do as you wish, you're the expert :)

saudet commented 1 year ago

Although it does looks like he intends to provide mapping for structs: https://github.com/apangin/nalim/commit/6ade575ad72d319f326eae239e9ad41de2168754

Please open a pull request with an updated README.md file. Thank you!