Add asf control file
2 files changed
tree: 253e2d2e063a0ad1d6af59336ef194d6db91e2db
  1. .github/
  2. .mvn/
  3. apache-skywalking-native-apm/
  4. apm-checkstyle/
  5. dist-material/
  6. docker/
  7. envoy-metrics-receiver-plugin-graal-native/
  8. graal/
  9. graal-config-generator/
  10. graal-package-IT/
  11. graal-server-starter/
  12. library-util-graal-native/
  13. log-analyzer-graal-native/
  14. meter-analyzer-graal-native/
  15. oal-rt-graal-native/
  16. server-core-graal-native/
  17. skywalking-on-graal-compiling-plugin/
  18. test/
  19. .asf.yaml
  20. .gitignore
  21. .gitmodules
  22. Makefile
  23. mvnw
  24. mvnw.cmd
  25. pom.xml
  26. README.md
README.md

SkyWalking GraalVM Distro

GraalVM compiles your Java applications ahead of time into standalone binaries. These binaries are smaller, start up to 100x faster, provide peak performance with no warmup, and use less memory and CPU than applications running on a Java Virtual Machine (JVM).

SkyWalking GraalVM Distro is a re-distribution version of the official Apache SkyWalking OAP server. This distro could bring the OAP benefits from the native build powered by Graal VM. But as the limitation of the GraalVM, this distro may provide features in different implementations, and require recompilation rather than change config files.

License

Apache 2.0