|
|
|
|
|
by otterley
1549 days ago
|
|
To get the best performance, many Java applications, especially network-intensive ones, use native libraries. Netty is a perfect example, and is used by a lot of projects. > Even worse, given that Docker and Kubernetes basically take Java/.NET application servers to other programming languages. No they don’t. Not sure what you intended to convey here. |
|
We've been upgrading our dependencies for arm64 support; for the most part it is as simple as updating our pined version to a newer version of the jar. Sometimes the native code is in a separate jar so you just add it (opencv works this way).