Skip to content

Commit

Permalink
Small changes to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Venturi committed Sep 25, 2024
1 parent 86b2ee7 commit 0af09b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Fibry aims to replicate some of the features of the Erlang Actor System in Java.
Fibry allows you to send code to be executed in the thread/fiber of an actor, a mechanism similar to the one used in Chromium and to Java Executors.

The original line of development was meant to make Fibry useful on the creation of IoT products and video games supporting *online multi-players* functionalities and chats.
However, Fibry proved useful on Big Data projects, helping to move terabytes of data and making scheduled tasks more resilient, thanks to its **Auto Healing** functionality.
Its **generators** functionality makes easier to squeeze some performance on special tasks, like buckets traversal.
However, Fibry proved useful on Big Data projects, helping to move terabytes of data and making scheduled tasks more resilient, thanks to its **Auto Healing**.
Its **generators** functionality makes easier to squeeze some performance on special tasks, like cloud buckets traversal.

Simplicity first, flexibility second
===
Expand Down

0 comments on commit 0af09b4

Please sign in to comment.