Skip to content

Commit a0a99f9

Browse files
committed
feat: introducing FastFlow
1 parent c3b1c11 commit a0a99f9

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# FastFlow Python API
22

3-
🤩 Unlock the full potential of parallel computing in **Python** with FastFlow, a powerful library that overcomes Python’s Global Interpreter Lock (GIL) and brings **high-performance, scalable parallelism right to your fingertips**. By seamlessly binding Python to the FastFlow C++ library, this package empowers developers to implement advanced parallel patterns and building blocks, like pipelines, farms, and all-to-all, with ease.
3+
Unlock the full potential of parallel computing in **Python** with FastFlow, a powerful C++ library now available in Python, that brings **high-performance, scalable parallelism right to your fingertips**.
44

5-
🚀🚀 Experience lightning-fast parallel execution with zero boilerplate code. Whether you’re processing massive datasets, building scalable applications, or designing high-throughput systems, FastFlow delivers the speed and efficiency you've been looking for.
5+
- 🤩 Implement advanced parallel patterns and building blocks, like pipelines, farms, and all-to-all, with ease.
6+
- 🚀🚀 Experience lightning-fast parallel execution with zero boilerplate code.
7+
- 💡 It overcomes Python’s Global Interpreter Lock (GIL) limitations for you. You can leverage on multiple processes or subinterpreters.
8+
9+
Whether you’re processing massive datasets, building scalable applications, or designing high-throughput systems, FastFlow delivers the speed and efficiency you've been looking for.
610

711
## Table of Contents
812
- [Installation](#installation)

0 commit comments

Comments
 (0)