From 6ffce72a2f5dc9e134619baa7c4ce0b551bfa647 Mon Sep 17 00:00:00 2001 From: "lingjun.cg" Date: Wed, 1 Feb 2023 09:18:22 +0800 Subject: [PATCH] lang_runtime: add tag Anolis8 Signed-off-by: lingjun.cg --- lang_runtime/dragonwell.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang_runtime/dragonwell.md b/lang_runtime/dragonwell.md index c3b4d04..45adfe8 100644 --- a/lang_runtime/dragonwell.md +++ b/lang_runtime/dragonwell.md @@ -1,5 +1,5 @@ # Alibaba Dragonwell -tags: 编程语言 +tags: 编程语言,Anolis8 ## 背景概述 Java诞生于20多年前,拥有大量优秀的企业级框架,践行OOP理念,更多体现的是严谨以及在长时间运行条件下的稳定性和高性 能。在如今微服务、云原生大行其道的时代,过于重量的 Java 语言面临着启动速度慢、运行消耗大等诸多挑战。 -- Gitee