diff --git a/.asf.yaml b/.asf.yaml index 875b4cd958..b35272ad10 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -19,7 +19,7 @@ github: description: >- - A blazing fast multi-language serialization framework powered by JIT and zero-copy. + A blazingly fast multi-language serialization framework powered by JIT and zero-copy. homepage: https://fury.apache.org/ labels: - javascript diff --git a/README.md b/README.md index df7d9f6663..11bb9c23ce 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![Maven Version](https://img.shields.io/maven-central/v/org.furyio/fury-core?style=for-the-badge)](https://search.maven.org/#search|gav|1|g:"org.furyio"%20AND%20a:"fury-core") -**Apache Fury (incubating)** is a blazing-fast multi-language serialization framework powered by **JIT** (just-in-time compilation) and **zero-copy**, providing up to 170x performance and ultimate ease of use. +**Apache Fury (incubating)** is a blazingly-fast multi-language serialization framework powered by **JIT** (just-in-time compilation) and **zero-copy**, providing up to 170x performance and ultimate ease of use. https://fury.apache.org diff --git a/go/README.md b/go/README.md index 8b4f0104b5..2767a00d69 100644 --- a/go/README.md +++ b/go/README.md @@ -1,6 +1,6 @@ # Apache Fury™ Go -Fury is a blazing fast multi-language serialization framework powered by just-in-time compilation and zero-copy. +Fury is a blazingly fast multi-language serialization framework powered by just-in-time compilation and zero-copy. Currently, Fury Go is implemented using reflection. In the future, we plan to implement a static code generator to generate serializer code ahead to speed up serialization, or implement a JIT framework which generate ASM diff --git a/java/fury-core/pom.xml b/java/fury-core/pom.xml index 4b9a0f19fe..2b2a426ca9 100644 --- a/java/fury-core/pom.xml +++ b/java/fury-core/pom.xml @@ -32,7 +32,7 @@ fury-core - Apache Fury™ is a blazing fast multi-language serialization framework powered by jit and zero-copy. + Apache Fury™ is a blazingly fast multi-language serialization framework powered by jit and zero-copy. Apache Fury (incubating) is an effort undergoing incubation at the Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC. diff --git a/java/fury-format/pom.xml b/java/fury-format/pom.xml index afb1811ab7..c39d76ecad 100644 --- a/java/fury-format/pom.xml +++ b/java/fury-format/pom.xml @@ -32,7 +32,7 @@ fury-format - Apache Fury™ is a blazing fast multi-language serialization framework powered by jit and zero-copy. + Apache Fury™ is a blazingly fast multi-language serialization framework powered by jit and zero-copy. Apache Fury (incubating) is an effort undergoing incubation at the Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC. diff --git a/java/pom.xml b/java/pom.xml index 9e1c400483..529cf25fa6 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -36,7 +36,7 @@ 0.5.0-SNAPSHOT Fury Project Parent POM - Apache Fury™ is a blazing fast multi-language serialization framework powered by jit and zero-copy. + Apache Fury™ is a blazingly fast multi-language serialization framework powered by jit and zero-copy. Apache Fury (incubating) is an effort undergoing incubation at the Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC. diff --git a/javascript/packages/fury/package.json b/javascript/packages/fury/package.json index 8f94785492..11b6d777e9 100644 --- a/javascript/packages/fury/package.json +++ b/javascript/packages/fury/package.json @@ -1,7 +1,7 @@ { "name": "@furyjs/fury", "version": "0.5.9-beta", - "description": "Apache Fury™(incubating) is a blazing fast multi-language serialization framework powered by jit and zero-copy", + "description": "Apache Fury™(incubating) is a blazingly fast multi-language serialization framework powered by jit and zero-copy", "main": "dist/index.js", "scripts": { "build": "tsc", diff --git a/python/setup.py b/python/setup.py index cb7028d152..699ca89381 100644 --- a/python/setup.py +++ b/python/setup.py @@ -141,7 +141,7 @@ def parse_version(): }, include_package_data=True, packages=find_packages(), - description="Apache Fury™(incubating) is a blazing fast multi-language serialization " + description="Apache Fury™(incubating) is a blazingly fast multi-language serialization " + "framework powered by jit and zero-copy", long_description=long_description, long_description_content_type="text/markdown", diff --git a/rust/README.md b/rust/README.md index 29c2609121..2bbfaee596 100644 --- a/rust/README.md +++ b/rust/README.md @@ -1,6 +1,6 @@ # Apache Fury™ Rust -Fury is a blazing fast multi-language serialization framework powered by just-in-time compilation and zero-copy. +Fury is a blazingly fast multi-language serialization framework powered by just-in-time compilation and zero-copy. Fury Rust can be implemented by steps: