-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added first introduction part (Aggragate Programming paragraph)
- Loading branch information
Showing
4 changed files
with
8,378 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
The progressive increase in the number of interconnected devices leads to a rise in the costs associated with maintaining distributed systems. This creates significant challenges in implementing software services on a global scale using the traditional approach of individually programming each agent, driving the search for solutions aimed at improving the autonomy of computing systems and reducing their complexity. In this context, aggregate programming emerges as a relevant approach: it is based on the functional composition of reusable collective behavior blocks, with the goal of efficiently achieving complex and resilient behaviors in dynamic networks. This methodology allows the analysis of fundamental properties, such as self-stabilization and independence from density. These properties are initially studied on basic building blocks, such as broadcasting, distance estimation, and data aggregation, before being transferred and validated on more complex systems created through functional composition. Aggregate programming finds its conceptual roots in Field Calculus... (continuare parlando di Field Calculus) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.