Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change in gitignoreoptimal-layout | Mendes | 2023-01-09 | 1 | -0/+8 |
| | |||||
* | First draft of t a preprint describing the layout computation algorithm | Mendes | 2023-01-09 | 4 | -0/+8134 |
| | |||||
* | New version of the algorithm that calculate the layout. | Mendes | 2022-09-21 | 2 | -9/+8 |
| | | | | | | | | It takes as paramters the replication factor and the zone redundancy, computes the largest partition size reachable with these constraints, and among the possible assignation with this partition size, it computes the one that moves the least number of partitions compared to the previous assignation. This computation uses graph algorithms defined in graph_algo.rs | ||||
* | Added the section with description proofs of the parametric assignment ↵ | Mendes | 2022-09-10 | 4 | -12/+260 |
| | | | | computation in the optimal layout report | ||||
* | ignore log files in commit | Mendes | 2022-09-08 | 5 | -333/+11 |
| | |||||
* | Added a first draft version of the algorithm and analysis for the non-strict ↵ | Mendes | 2022-08-19 | 5 | -49/+120 |
| | | | | mode. | ||||
* | Added the latex report on the optimal layout algorithm | Mendes | 2022-07-18 | 13 | -0/+12357 |