Skip to content

Commit

Permalink
README - memory consumption description improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech committed Feb 12, 2024
1 parent 1f3772d commit 3fc5e78
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![img](docs/assets/img/flow_php_banner_02_2022.png)

Flow is a PHP-based, strongly typed data processing framework with constant memory consumption.
Flow is a PHP-based, strongly typed data processing framework with low memory footprint.

[![Latest Stable Version](https://poser.pugx.org/flow-php/flow/v)](https://packagist.org/packages/flow-php/flow)
[![Latest Unstable Version](https://poser.pugx.org/flow-php/flow/v/unstable)](https://packagist.org/packages/flow-php/flow)
Expand Down Expand Up @@ -67,7 +67,7 @@ ETL frameworks are essential in various scenarios, especially in data-driven env

Flow PHP is a powerful and versatile ETL framework designed to cater to a variety of data processing needs. Below are some of its standout features:

- **Low and Constant Memory Consumption**: Optimized for efficiency, Flow PHP ensures minimal memory usage, maintaining low and constant consumption regardless of data size. This makes it ideal for handling large datasets without compromising performance.
- **Low memory footprint**: Optimized for efficiency, Flow PHP ensures minimal memory usage, maintaining low and constant consumption regardless of data size. This makes it ideal for handling large datasets without compromising performance.
- **Versatile Data Source Interaction**: Whether your data resides in databases, spreadsheets, or online platforms, Flow PHP can seamlessly read from and write to any data source.
- **Rich Collection of Data Transformation Functions**: Transform your data with ease using a wide array of built-in functions. From simple mapping to complex manipulations, the framework covers all your data transformation needs.
- **Direct Access to Remote Filesystems**: Flow PHP provides the ability to interact directly with remote filesystems, facilitating efficient data handling and processing without the need for local storage.
Expand Down
4 changes: 2 additions & 2 deletions docs/introduction.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![img](assets/img/flow_php_banner_02_2022.png)

Flow is a PHP based, strongly typed data processing framework with constant memory consumption.
Flow is a PHP based, strongly typed data processing framework with low memory footprint.

Supported PHP versions: [![PHP 8.1](https://img.shields.io/badge/php-~8.1-8892BF.svg)](https://php.net/) [![PHP 8.2](https://img.shields.io/badge/php-~8.2-8892BF.svg)](https://php.net/) [![PHP 8.3](https://img.shields.io/badge/php-~8.3-8892BF.svg)](https://php.net/)

Expand All @@ -11,7 +11,7 @@ Supported PHP versions: [![PHP 8.1](https://img.shields.io/badge/php-~8.1-8892BF

# Key Features

- **Low and Constant Memory Consumption**: Optimized for efficiency, Flow PHP ensures minimal memory usage, maintaining low and constant consumption regardless of data size. This makes it ideal for handling large datasets without compromising performance.
- **Low memory footprint**: Optimized for efficiency, Flow PHP ensures minimal memory usage, maintaining low and constant consumption regardless of data size. This makes it ideal for handling large datasets without compromising performance.
- **Versatile Data Source Interaction**: Whether your data resides in databases, spreadsheets, or online platforms, Flow PHP can seamlessly read from and write to any data source.
- **Rich Collection of Data Transformation Functions**: Transform your data with ease using a wide array of built-in functions. From simple mapping to complex manipulations, the framework covers all your data transformation needs.
- **Direct Access to Remote Filesystems**: Flow PHP provides the ability to interact directly with remote filesystems, facilitating efficient data handling and processing without the need for local storage.
Expand Down
2 changes: 1 addition & 1 deletion web/landing/templates/main/index.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{%- endblock -%}

{%- block description -%}
Flow is a PHP-based, strongly typed data processing framework with constant memory consumption.
Flow is a PHP-based, strongly typed data processing framework with low memory footprint.
{%- endblock -%}

{% block main %}
Expand Down

0 comments on commit 3fc5e78

Please sign in to comment.