Changes between Version 15 and Version 16 of GSoCIdeas
- Timestamp:
- 2013-04-23T20:57:53Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GSoCIdeas
v15 v16 16 16 ||''Project''||''Tickets''||''Difficulty''|| 17 17 ||[#ShareRebalancingandRepair Share rebalancing and repair]||#699, #232||tricky|| 18 ||[#MakeItGoFaster Make It Go Faster]||#327, #932, #1406, #1530 ; wiki:Performance||complex|| 18 19 ||[#UploadStrategyOfHappiness Upload Strategy Of Happiness]||#610, #1124, #1130, #1293, #1382, #1814||subtle|| 19 20 ||[#AdvancedCapTypes Advanced Cap Types]||#795, #796, #954, #958||inconceivable|| … … 26 27 A Summer of Code project might tackle repair and rebalancing, ensuring that servers-of-happiness is met whenever possible on any upload, repair, or mutable modification. The notes on ServerSelection and related configurations may also be relevant here. 27 28 29 == Make It Go Faster == 30 31 Tahoe-LAFS is very slow at downloading files. Potential users have been looking at this and then deciding not to use Tahoe-LAFS because they need better performance. Figure out why and make it go faster. The first step of this project is to make an automated robot that measures performance of download. The next step is to inspect the pretty, interactive, javascript-powered "download visualization" and figure out what is making the downloads take so long. Then try to improve that thing, see if the automated performance measurements and the visualization show that your improvement worked, and iterate. #327, #932, #1406, #1530 ; wiki:Performance 32 28 33 == Upload Strategy Of Happiness == 29 34